David Peter 54c82f4489 Re-enable WASM tests 1 year ago
..
src 54c82f4489 Re-enable WASM tests 1 year ago
tests 54c82f4489 Re-enable WASM tests 1 year ago
www 54c82f4489 Re-enable WASM tests 1 year ago
.gitignore ae7be9b3e4 Rename project to Numbat 2 years ago
Cargo.lock 84ae76626a Make attohttpc dependency optional, shrink WASM size from 1.3 MiB to 800 KiB 1 year ago
Cargo.toml 84ae76626a Make attohttpc dependency optional, shrink WASM size from 1.3 MiB to 800 KiB 1 year ago
README.md 54c82f4489 Re-enable WASM tests 1 year ago
build.sh a4ae24c067 Remove NPM/Node dependency 1 year ago
deploy.sh a4ae24c067 Remove NPM/Node dependency 1 year ago
test.sh 54c82f4489 Re-enable WASM tests 1 year ago

README.md

Build:

bash build.sh

Serve (use any suitable webserver to serve the www folder):

cd www
python -m http.server

Then open http://0.0.0.0:8000/ in a browser.

Run tests:

bash test.sh