Skip to content

Commit 4553831

Browse files
committed
fix: fix the quickstart tests
1 parent 6222fc7 commit 4553831

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"description": "Project that tests the README QuickStart examples to ensure that the README works. This depends on node modules from the root package.json",
55
"scripts": {
6-
"build": "asc your-entryfile.ts --exportRuntime --transform as-bind -b path-to-my-wasm.wasm",
6+
"build": "asc your-entryfile.ts --exportRuntime --transform as-bind -o path-to-my-wasm.wasm",
77
"test": "npm run build && npm run test:node && npm run test:browser",
88
"test:node": "node nodejs.mjs",
99
"test:node:cjs": "node nodejs.cjs",
-2.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)