David Peter c2b541b022 Add indentation for WASM version 1 year ago
..
src c2b541b022 Add indentation for WASM version 1 year ago
tests 12e202c0e9 Fix wasm tests 2 years ago
www c2f89b6be0 Add support for the info command into numbat-wasm 1 year ago
.gitignore ae7be9b3e4 Rename project to Numbat 2 years ago
Cargo.lock 3e91fbd2ee Update .lock file 2 years ago
Cargo.toml 6622b17457 Update wasm deployment 2 years ago
README.md 6622b17457 Update wasm deployment 2 years ago
build.sh c80ac0036b Add build script 2 years ago
deploy.sh c80ac0036b Add build script 2 years ago

README.md

Build:

wasm-pack build

Test:

wasm-pack test --headless --firefox

Serve:

export NODE_OPTIONS=--openssl-legacy-provider # workaround for https://github.com/webpack/webpack/issues/14532
cd www
npm run start

Deploy:

bash deploy.sh