From cd4c4132b2027d6c7767fdc4e6099780afe56090 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Thu, 16 Mar 2023 12:55:03 +0100 Subject: [PATCH] Fix build failed with wabt on web-wasm Signed-off-by: Bensuperpc --- common/common.webassembly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/common.webassembly b/common/common.webassembly index cdc498d..fe4836a 100644 --- a/common/common.webassembly +++ b/common/common.webassembly @@ -22,8 +22,8 @@ RUN git clone --recursive https://github.com/WebAssembly/binaryen.git && \ cd ../ && \ rm -rf binaryen* -# main 2022-12-27, 1.0.32 -ENV WABT_GIT_TAG e5b042a72e6b6395e1d77901e7a413d6af87ae67 +# main 2023-03-16 +ENV WABT_GIT_TAG 090d4674c86b00e31d18e77f2c8f8570a68e1cf1 RUN git clone --recurse-submodules https://github.com/WebAssembly/wabt.git && \ cd wabt && \ git checkout ${WABT_GIT_TAG} && \