feat: add js-wasm

This commit is contained in:
2022-07-17 19:39:28 +08:00
parent 30ac42001b
commit 9f61cc748a
8 changed files with 368 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
_:
@just --list
build:
cargo build --target wasm32-unknown-unknown --release
serve-py2:
python -m SimpleHTTPServer
serve-py3:
python -m http.server