File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,10 +276,10 @@ https://gitlab.redox-os.org/redox-os/redox/-/releases
276
276
277
277
| libc | GCC | clang | C++ | test | host |
278
278
| ---- | --- | ----- | --- | ---- | ---- |
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 +) |
280
280
281
281
<!--
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
283
283
-->
284
284
285
285
([ Dockerfile] ( docker/wasi.Dockerfile ) )
Original file line number Diff line number Diff line change 6
6
ARG UBUNTU_VERSION=20.04
7
7
8
8
# https://github.com/WebAssembly/wasi-sdk/releases
9
- ARG WASI_SDK_VERSION=16 .0
9
+ ARG WASI_SDK_VERSION=20 .0
10
10
# https://github.com/bytecodealliance/wasmtime/releases
11
11
ARG WASMTIME_VERSION=11.0.1
12
12
You can’t perform that action at this time.
0 commit comments