Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/reusable-wasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-26.04-arm
timeout-minutes: 60
env:
WASMTIME_VERSION: 38.0.3
WASMTIME_VERSION: 48.0.2
CROSS_BUILD_WASI: cross-build/wasm32-wasip1
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support WASI SDK 34.
4 changes: 4 additions & 0 deletions Platforms/WASI/config.site-wasm32-wasi
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ ac_cv_func_fchmod=no
ac_cv_func_fchmodat=no
ac_cv_func_statvfs=no
ac_cv_func_fstatvfs=no

# WASI SDK 34 declares some things that simply error out.
ac_cv_func_pipe2=no
ac_cv_func_pthread_getcpuclockid=no
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 = 33
wasi-sdk = 34
host-triple = "wasm32-wasip1"
Loading