README.md
February 12, 2022 ยท View on GitHub
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