Skip to content

Commit a1e91bb

Browse files
committed
update to wasi-sdk 30
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 23d45f0 commit a1e91bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 60
1414
env:
1515
WASMTIME_VERSION: 38.0.3
16-
WASI_SDK_VERSION: 29
16+
WASI_SDK_VERSION: 30
1717
WASI_SDK_PATH: /opt/wasi-sdk
1818
CROSS_BUILD_PYTHON: cross-build/build
1919
CROSS_BUILD_WASI: cross-build/wasm32-wasip1

Platforms/WASI/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# This allows for blanket copying of the WASI build code between supported
33
# Python versions.
44
[targets]
5-
wasi-sdk = 29
5+
wasi-sdk = 30
66
host-triple = "wasm32-wasip1"

0 commit comments

Comments
 (0)