Source code for https://mozilla-spidermonkey.github.io/sm-wasi-demo/
- Run
npm install
to fetch dependencies. - Run
npm run build
to generate the output files indist/
. - Serve files in
dist/
(for example:cd dist; python3 -m http.server
).
The data.json
file contains information about js.wasm
files built on Mozilla's CI.
This file is updated automatically using GitHub Actions. You can also do this manually
by running python3 update_data_json.py
.