wasm #631

Merged
Kieran merged 14 commits from wasm into main 2023-09-12 14:14:20 +00:00
Showing only changes of commit 3232a8679c - Show all commits

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"packageManager": "yarn@3.6.3", "packageManager": "yarn@3.6.3",
"scripts": { "scripts": {
"build": "wasm-pack build -t web -s snort" "build": "cargo install wasm-pack && wasm-pack build -t web -s snort"
}, },
"files": [ "files": [
"pkg/system_query_bg.wasm", "pkg/system_query_bg.wasm",