GH-114736: Use WASI SDK 21 (GH-116771) · python/cpython@3a25d9c · GitHub
Skip to content

Commit 3a25d9c

Browse files
authored
GH-114736: Use WASI SDK 21 (GH-116771)
1 parent 8c094c3 commit 3a25d9c

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions

.github/workflows/reusable-wasi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
timeout-minutes: 60
1212
runs-on: ubuntu-20.04
1313
env:
14-
WASMTIME_VERSION: 18.0.2
15-
WASI_SDK_VERSION: 20
14+
WASMTIME_VERSION: 18.0.3
15+
WASI_SDK_VERSION: 21
1616
WASI_SDK_PATH: /opt/wasi-sdk
1717
CROSS_BUILD_PYTHON: cross-build/build
1818
CROSS_BUILD_WASI: cross-build/wasm32-wasi
Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)