Skip to content

Commit

Permalink
fix: fix the quickstart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 21, 2024
1 parent 6222fc7 commit 4553831
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Project that tests the README QuickStart examples to ensure that the README works. This depends on node modules from the root package.json",
"scripts": {
"build": "asc your-entryfile.ts --exportRuntime --transform as-bind -b path-to-my-wasm.wasm",
"build": "asc your-entryfile.ts --exportRuntime --transform as-bind -o path-to-my-wasm.wasm",
"test": "npm run build && npm run test:node && npm run test:browser",
"test:node": "node nodejs.mjs",
"test:node:cjs": "node nodejs.cjs",
Expand Down
Binary file modified examples/quickstart/path-to-my-wasm.wasm
Binary file not shown.

0 comments on commit 4553831

Please sign in to comment.