(wasm) basic working unit tests
This commit is contained in:
4
veilid-wasm/wasm_test.sh
Executable file
4
veilid-wasm/wasm_test.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
WASM_BINDGEN_USE_NO_MODULE=true wasm-pack test --firefox "$@"
|
||||
Reference in New Issue
Block a user