Skip to content

Commit

Permalink
chore: update escargot submodule
Browse files Browse the repository at this point in the history
* include walrus WASM engine

Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 committed Oct 23, 2023
1 parent 51eeb14 commit 5714640
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
run: |
pushd deps/escargot
git submodule update --init third_party
pushd third_party/wasm/wabt
patch -p0 --forward -r /dev/null -i ../../../tools/test/wasm-js/wabt_patch
popd
popd
- name: Install Packages
run: |
Expand Down Expand Up @@ -51,9 +48,6 @@ jobs:
run: |
pushd deps/escargot
git submodule update --init third_party
pushd third_party/wasm/wabt
patch -p0 --forward -r /dev/null -i ../../../tools/test/wasm-js/wabt_patch
popd
popd
- name: Install Packages
run: |
Expand Down Expand Up @@ -94,9 +88,6 @@ jobs:
run: |
pushd deps/escargot
git submodule update --init third_party
pushd third_party/wasm/wabt
patch -p0 --forward -r /dev/null -i ../../../tools/test/wasm-js/wabt_patch
popd
popd
- name: Install Packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion deps/escargot
Submodule escargot updated 218 files

0 comments on commit 5714640

Please sign in to comment.