File tree Expand file tree Collapse file tree 4 files changed +263
-243
lines changed
Expand file tree Collapse file tree 4 files changed +263
-243
lines changed Original file line number Diff line number Diff line change 22apt install wget
33WASI_OS=linux
44WASI_ARCH=x86_64
5- WASI_VERSION=24
5+ WASI_VERSION=27
66WASI_VERSION_FULL=${WASI_VERSION} .0
7- wget https://ghproxy.cn/ github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION} /wasi-sdk-${WASI_VERSION_FULL} -${WASI_ARCH} -${WASI_OS} .tar.gz
7+ wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_VERSION} /wasi-sdk-${WASI_VERSION_FULL} -${WASI_ARCH} -${WASI_OS} .tar.gz
88if [ ! -d " /opt/wasi-sdk" ]; then
99 mkdir /opt/wasi-sdk
1010fi
Original file line number Diff line number Diff line change 1- wget https://ghproxy.cn/ github.com/WebAssembly/binaryen/releases/download/version_119 /binaryen-version_119 -x86_64-linux.tar.gz
1+ wget https://github.com/WebAssembly/binaryen/releases/download/version_124 /binaryen-version_124 -x86_64-linux.tar.gz
22if [ ! -d " /opt/binaryen/" ]; then
33 mkdir /opt/binaryen/
44fi
5- tar xvf binaryen-version_119 -x86_64-linux.tar.gz -C /opt/binaryen/
6- rm binaryen-version_119 -x86_64-linux.tar.gz
7- echo " \nexport PATH=\$ PATH:/opt/binaryen/binaryen-version_119 /bin\n" >> ~ /.bashrc
5+ tar xvf binaryen-version_124 -x86_64-linux.tar.gz -C /opt/binaryen/
6+ rm binaryen-version_124 -x86_64-linux.tar.gz
7+ echo " \nexport PATH=\$ PATH:/opt/binaryen/binaryen-version_124 /bin\n" >> ~ /.bashrc
You can’t perform that action at this time.
0 commit comments