feat: add boas wasn js engine
This commit is contained in:
10
__wasm/deno_rust_wasm_js_sandbox/justfile
Normal file
10
__wasm/deno_rust_wasm_js_sandbox/justfile
Normal file
@@ -0,0 +1,10 @@
|
||||
_:
|
||||
@just --list
|
||||
|
||||
build_wasm:
|
||||
deno task wasmbuild
|
||||
|
||||
run *ARGS:
|
||||
deno run --allow-read main.js {{ ARGS }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user