Skip to content

Commit

Permalink
test(wasm64): run tests with wasm memory64 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBuhler committed Apr 18, 2024
1 parent a615396 commit 7c66085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "npm run build:types && npm run build:src",
"build:src": "node esbuild.js",
"build:types": "tsc src/index.cjs --declaration --allowJs --emitDeclarationOnly --outDir dist",
"test": "npm run build && node --test",
"test": "npm run build && node --experimental-wasm-memory64 --test",
"test:integration": "npm run build && MODULE_PATH='../dist/index.cjs' node --test"
},
"dependencies": {},
Expand Down

0 comments on commit 7c66085

Please sign in to comment.