File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ RUN git pull \
55
55
56
56
#
57
57
# install wasi-sdk
58
- ARG WASI_SDK_VER=21
59
- RUN wget -c --progress=dot:giga https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER}/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz -P /opt \
60
- && tar xf /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz -C /opt \
58
+ ARG WASI_SDK_VER=24
59
+ RUN wget -c --progress=dot:giga https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER}/wasi-sdk-${WASI_SDK_VER}.0-x86_64- linux.tar.gz -P /opt \
60
+ && tar xf /opt/wasi-sdk-${WASI_SDK_VER}.0-x86_64- linux.tar.gz -C /opt \
61
61
&& ln -sf /opt/wasi-sdk-${WASI_SDK_VER}.0 /opt/wasi-sdk \
62
- && rm /opt/wasi-sdk-${WASI_SDK_VER}.0-linux.tar.gz
62
+ && rm /opt/wasi-sdk-${WASI_SDK_VER}.0-x86_64- linux.tar.gz
63
63
64
64
#
65
65
# install wabt
Original file line number Diff line number Diff line change 15
15
"EMSDK_VER" : " 3.1.43" ,
16
16
"GH_CLI_VER" : " 2.50.0" ,
17
17
"LLVM_VER" : " 15.0.6" ,
18
- "WABT_VER" : " 1.0.35 " ,
19
- "WASI_SDK_VER" : " 22 " ,
20
- "WASM_TOOLS_VER" : " 1.209 .0" ,
21
- "WIT_BINDGEN_VER" : " 0.26 .0" ,
18
+ "WABT_VER" : " 1.0.36 " ,
19
+ "WASI_SDK_VER" : " 24 " ,
20
+ "WASM_TOOLS_VER" : " 1.216 .0" ,
21
+ "WIT_BINDGEN_VER" : " 0.30 .0" ,
22
22
"VARIANT" : " jammy" ,
23
23
}
24
24
},
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sudo chown -R vscode ${CARGO_HOME}
7
7
sudo chown -R vscode ${RUSTUP_HOME}
8
8
# rustup update stable --no-self-update
9
9
# rustup default stable
10
- rustup target add wasm32-unknown-unknown
10
+ # rustup target add wasm32-unknown-unknown
11
11
rustup target add wasm32-wasi
12
12
rustup component add clippy
13
13
rustup component add rustfmt
You can’t perform that action at this time.
0 commit comments