We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3d9d0 commit 683fa42Copy full SHA for 683fa42
deno.json
@@ -1,6 +1,6 @@
1
{
2
"tasks": {
3
- "build": "cp LICENSE js/LICENSE && RUSTFLAGS=--cfg=web_sys_unstable_apis deno run -A jsr:@deno/wasmbuild@0.17.1 --all-features --out js",
+ "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",
5
"test": "deno test -A js/",
6
"fmt": "deno fmt && cargo fmt --all"
0 commit comments