feat: add js-wasm
This commit is contained in:
13
__wasm/js-wasm/helloworld/justfile
Normal file
13
__wasm/js-wasm/helloworld/justfile
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user