From 571464050a58e119937f561ebf95316423a55dc4 Mon Sep 17 00:00:00 2001 From: HyukWoo Park Date: Mon, 23 Oct 2023 16:24:37 +0900 Subject: [PATCH] chore: update escargot submodule * include walrus WASM engine Signed-off-by: HyukWoo Park --- .github/workflows/actions.yml | 9 --------- deps/escargot | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 97ea70f15c..2d649d5a56 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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: | @@ -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: | @@ -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: | diff --git a/deps/escargot b/deps/escargot index c35bd083b5..7f7d8c336d 160000 --- a/deps/escargot +++ b/deps/escargot @@ -1 +1 @@ -Subproject commit c35bd083b5df587969b7d8276ebbca33ac5857c9 +Subproject commit 7f7d8c336d15a11d30561f28183269ba64a22b97