是什么 ? | : | a portable target for compilation of high-level languages like C / C++ / Rust, enabling deployment on the web for client and server applications. |
官方主页 | : |
WebAssembly
的代码是二进制格式
,很明显,不是让开发者手动编写的,而是让WebAssembly转译器
生成的。
WebAssembly转译器
是将C / C++ / Rust代码编译为符合WebAssembly规范
的代码。