English 中文(简体)
WebAssembly - Discussion
  • 时间:2024-11-03

Discuss WebAssembly


Previous Page Next Page  

WebAssembly is a new programming language for the web. WebAssembly code is low level binary format, that is compatible with the web and can easily run in modern web browsers. The file size generated is small and it loads and executes faster. You can now compile languages pke C, C++, Rust, etc. to binary format and it can run on the web just pke javascript.


Advertisements