(wasm) basic working unit tests

This commit is contained in:
Brandon Vandegrift
2023-09-04 22:13:58 -04:00
parent 6b7301a963
commit 5aeda006a4
4 changed files with 195 additions and 153 deletions

4
veilid-wasm/wasm_test.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -eo pipefail
WASM_BINDGEN_USE_NO_MODULE=true wasm-pack test --firefox "$@"