Skip to content

Commit

Permalink
Fix capitalization of Wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 13, 2024
1 parent 00f7262 commit fb3a8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm install
- name: Compile grammar
run: npm run generate
- name: Build WASM binary
- name: Build Wasm binary
run: npm run build-wasm
- name: Deploy to GitHub Releases
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ node_modules
*.lib
*.obj

# WASM
# Wasm
*.asm.js
*.wasm
*.wasm.mem
Expand Down

0 comments on commit fb3a8a7

Please sign in to comment.