Skip to content

Commit 683fa42

Browse files
committed
run with trace ops
1 parent da3d9d0 commit 683fa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
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",
44
"node": "deno run -A ./build_npm.ts 0.0.0",
55
"test": "deno test -A js/",
66
"fmt": "deno fmt && cargo fmt --all"

0 commit comments

Comments
 (0)