Skip to content

Commit

Permalink
add wasm files because asp is outputting binaries wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Sep 1, 2022
1 parent 2a1a396 commit 0769716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules/
*.lock
dist/
*.wat
*.wasm
.vscode
.DS_Store
*.log
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:verbose": "npm run asp -- --verbose",
"test:trace": "npm run asp -- --verbose 2>&1 | grep \"\\[Fail\\]\" -A 5",
"^// test:trace comment": "This shows only failed tests, along with a few stack traces lines if any",
"asp": "xvfb-maybe asp --config=as-pect.config.cjs",
"asp": "xvfb-maybe asp",
"// ^ asp": "Running asp under xvfb-maybe allows a headless X11 server to be spawned in case there's no DISPLAY. This is needed for webgl-raub which will open a window with GLFW.",
"/////////////////// BUILDS //////////////////////////": "",
"build:as": "asc src/as/index.ts --config --target debug",
Expand Down

0 comments on commit 0769716

Please sign in to comment.