spidermonkey-wasm-build
spidermonkey-wasm-build copied to clipboard
Utilities to compile SpiderMonkey to wasm32-wasi
Utilities to compile SpiderMonkey to wasm32-wasi
Development Requirements
- Node >= 14.13.1
- Rust >= 1.56.1 with the
wasm32-wasitarget
Building from source
- Run
./build.mjs - Build artifacts will be placed under the
./objdirectory
Creating a release
- Run
./tag.sh