(From the book WebAssembly from the Ground Up — learn Wasm by building a simple compiler in JavaScript.)
A JavaScript library to emit WebAssembly 1.0 binary modules.
npm i @wasmgroundup/emit
- Simple API following the spec's naming conventions
- Full support for WebAssembly 1.0 specification
- Generate binary WASM modules directly from JavaScript
- Zero dependencies
MIT (see LICENSE file)