Skip to content

Commit 6b2d569

Browse files
committed
wasi: Update wasi-sdk to 20
1 parent 47f22c7 commit 6b2d569

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@ https://gitlab.redox-os.org/redox-os/redox/-/releases
276276

277277
| libc | GCC | clang | C++ | test | host |
278278
| ---- | --- | ----- | --- | ---- | ---- |
279-
| wasi-sdk 16 (wasi-libc 30094b6) | N/A | 14.0.4 | ? (libc++) | ✓ (wasmtime) | x86_64 linux (glibc 2.31+) |
279+
| wasi-sdk 20 (wasi-libc 1dfe5c3) | N/A | 16.0.0 | ? (libc++) | ✓ (wasmtime) | x86_64 linux (glibc 2.27+) |
280280

281281
<!--
282-
clang version and wasi-libc hash can be found here: https://github.com/WebAssembly/wasi-sdk/tree/wasi-sdk-16/src
282+
clang version and wasi-libc hash can be found here: https://github.com/WebAssembly/wasi-sdk/tree/wasi-sdk-20/src
283283
-->
284284

285285
([Dockerfile](docker/wasi.Dockerfile))

docker/wasi.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
ARG UBUNTU_VERSION=20.04
77

88
# https://github.com/WebAssembly/wasi-sdk/releases
9-
ARG WASI_SDK_VERSION=16.0
9+
ARG WASI_SDK_VERSION=20.0
1010
# https://github.com/bytecodealliance/wasmtime/releases
1111
ARG WASMTIME_VERSION=11.0.1
1212

0 commit comments

Comments
 (0)