David Peter bf80d430ad Bump version 1 년 전
..
src d4996a9e58 Use default allocator instead of wee_alloc in numbat-wasm 1 년 전
tests 54c82f4489 Re-enable WASM tests 1 년 전
www 8a4816048e refactor: remove div's deprecated align attribute (#311) 1 년 전
.gitignore ae7be9b3e4 Rename project to Numbat 2 년 전
Cargo.lock bf80d430ad Bump version 1 년 전
Cargo.toml d4996a9e58 Use default allocator instead of wee_alloc in numbat-wasm 1 년 전
README.md 54c82f4489 Re-enable WASM tests 1 년 전
build.sh d4996a9e58 Use default allocator instead of wee_alloc in numbat-wasm 1 년 전
deploy.sh a4ae24c067 Remove NPM/Node dependency 1 년 전
test.sh 54c82f4489 Re-enable WASM tests 1 년 전

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