Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the WASI build configuration to support wasi-sdk 31 by changing Platforms/WASI/config.toml to expect version 31 instead of 30.
Comment thread
brettcannon marked this conversation as resolved.
Outdated
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 = 30
wasi-sdk = 31
Comment thread
brettcannon marked this conversation as resolved.
Outdated
host-triple = "wasm32-wasip1"
Loading