/spidermonkey-wasm-build

Utilities to compile SpiderMonkey to wasm32-wasi

Primary LanguageJavaScript

Utilities to compile SpiderMonkey to wasm32-wasi

Development Requirements

  • Node >= 14.13.1
  • zx
  • Rust >= 1.56.1 with the wasm32-wasi target

Building from source

  • Run ./build.mjs
  • Build artifacts will be placed under the ./obj directory

Creating a release

  • Run ./tag.sh