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-wasi target

Building from source

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

Creating a release

  • Run ./tag.sh

Contents

  1. 1Development Requirements
  2. 2Building from source
  3. 3Creating a release