Skip to content

Commit

Permalink
download binaryen binary
Browse files Browse the repository at this point in the history
  • Loading branch information
doehyunbaek committed Aug 7, 2024
1 parent 3c9e795 commit 635f16d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wasm-r3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
with:
node-version: '21.x'
- run: npm install && npx playwright install
- run: npm run build-binaryen && npm run build
- name: Download Binaryen
run: |
wget https://github.com/WebAssembly/binaryen/releases/download/version_117/binaryen-version_117-x86_64-linux.tar.gz
tar xvf binaryen-version_117-x86_64-linux.tar.gz
sudo mv binaryen-version_117/bin/* /usr/local/bin/
- run: npm run build
- run: npm test core
- run: npm test proxy

0 comments on commit 635f16d

Please sign in to comment.