@wasmgroundup/emit
v1.0.2
Published
A library for creating binary-encoded WebAssembly modules
Readme
emit
(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.
Installation
npm i @wasmgroundup/emitFeatures
- Simple API following the spec's naming conventions
- Full support for WebAssembly 1.0 specification
- Generate binary WASM modules directly from JavaScript
- Zero dependencies
License
MIT (see LICENSE file)
