Jul 10, 2017 · 1 min read
WebAssembly is a binary format that can be executed in the browser. C, C++, and Rust can be compiled to WebAssembly. JavaScript is required to initialize and run your compiled WebAssembly code. There is not currently any way to use WASM without JS, but in the future they may allow loading of WASM modules using <script> tags.
