Skip to content

Commit

Permalink
Merge pull request #17 from Emurgo/evgenii/wasm-fixes
Browse files Browse the repository at this point in the history
Wasm fixes
  • Loading branch information
lisicky authored Oct 16, 2024
2 parents 912cd93 + 46bff8c commit 4b545ce
Show file tree
Hide file tree
Showing 17 changed files with 515 additions and 240 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-node@v1
with:
node-version: '12.18.1'
node-version: '18'
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-node@v1
with:
node-version: '12.18.1'
node-version: '18'
- name: Cache node modules
uses: actions/cache@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
2 changes: 1 addition & 1 deletion binaryen
Submodule binaryen updated 1258 files
1 change: 1 addition & 0 deletions build-and-test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
. ./test.sh && npm run rust:build-nodejs
Loading

0 comments on commit 4b545ce

Please sign in to comment.