We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683fa42 commit 7810a9aCopy full SHA for 7810a9a
deno.json
@@ -1,7 +1,7 @@
1
{
2
"tasks": {
3
"build": "cp LICENSE js/LICENSE && RUSTFLAGS=--cfg=web_sys_unstable_apis deno run --trace-ops -A jsr:@deno/wasmbuild@0.17.1 --all-features --out js",
4
- "node": "deno run -A ./build_npm.ts 0.0.0",
+ "node": "deno run -A ./build_npm.ts --trace-ops 0.0.0",
5
"test": "deno test -A js/",
6
"fmt": "deno fmt && cargo fmt --all"
7
},
0 commit comments