Skip to content

Commit

Permalink
refactor: Remove wasm_exec.js and generate during build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 29, 2023
1 parent d522cb1 commit 639114e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 555 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
internal/database/database.csv linguist-generated
public/wasm_exec.js linguist-generated
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ jobs:
key: wasm-go-build-${{ hashFiles('**/go.sum') }}
restore-keys: |
wasm-go-build-
- name: Generate
run: go generate -x
- name: Build Go
env:
GOOS: js
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/dist
gones
gones.wasm
wasm_exec.js
Loading

0 comments on commit 639114e

Please sign in to comment.