mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +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 ../ && \
|
cd ../ && \
|
||||||
rm -rf binaryen*
|
rm -rf binaryen*
|
||||||
|
|
||||||
# main 2021-12-31
|
# main 2022-12-27, 1.0.32
|
||||||
ENV WABT_GIT_TAG a4366956e877c404d328358b2c00320b476763c0
|
ENV WABT_GIT_TAG e5b042a72e6b6395e1d77901e7a413d6af87ae67
|
||||||
RUN git clone --recurse-submodules https://github.com/WebAssembly/wabt.git && \
|
RUN git clone --recurse-submodules https://github.com/WebAssembly/wabt.git && \
|
||||||
cd wabt && \
|
cd wabt && \
|
||||||
git checkout ${WABT_GIT_TAG} && \
|
git checkout ${WABT_GIT_TAG} && \
|
||||||
|
Loading…
Reference in New Issue
Block a user