Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update to wasi-sdk 30
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Feb 10, 2026
commit a1e91bb5ce7c1b047ed5be23485b3ef41e4c5533
2 changes: 1 addition & 1 deletion .github/workflows/reusable-wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 60
env:
WASMTIME_VERSION: 38.0.3
WASI_SDK_VERSION: 29
WASI_SDK_VERSION: 30
Comment thread
brettcannon marked this conversation as resolved.
WASI_SDK_PATH: /opt/wasi-sdk
CROSS_BUILD_PYTHON: cross-build/build
CROSS_BUILD_WASI: cross-build/wasm32-wasip1
Expand Down
2 changes: 1 addition & 1 deletion Platforms/WASI/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This allows for blanket copying of the WASI build code between supported
# Python versions.
[targets]
wasi-sdk = 29
wasi-sdk = 30
host-triple = "wasm32-wasip1"
Loading