Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit fb3a8a7

Browse files
committed
Fix capitalization of Wasm
1 parent 00f7262 commit fb3a8a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-github.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm install
3838
- name: Compile grammar
3939
run: npm run generate
40-
- name: Build WASM binary
40+
- name: Build Wasm binary
4141
run: npm run build-wasm
4242
- name: Deploy to GitHub Releases
4343
run: |

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node_modules
1414
*.lib
1515
*.obj
1616

17-
# WASM
17+
# Wasm
1818
*.asm.js
1919
*.wasm
2020
*.wasm.mem

0 commit comments

Comments
 (0)