mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
common.webassembly: Bump wabt to 1.0.32, 2022-12-27 main
This commit is contained in:
parent
bd2dc69d7d
commit
c9ab787bdc
@ -22,8 +22,8 @@ RUN git clone --recursive https://github.com/WebAssembly/binaryen.git && \
|
||||
cd ../ && \
|
||||
rm -rf binaryen*
|
||||
|
||||
# main 2021-12-31
|
||||
ENV WABT_GIT_TAG a4366956e877c404d328358b2c00320b476763c0
|
||||
# main 2022-12-27, 1.0.32
|
||||
ENV WABT_GIT_TAG e5b042a72e6b6395e1d77901e7a413d6af87ae67
|
||||
RUN git clone --recurse-submodules https://github.com/WebAssembly/wabt.git && \
|
||||
cd wabt && \
|
||||
git checkout ${WABT_GIT_TAG} && \
|
||||
|
Loading…
Reference in New Issue
Block a user