GH-140475: Support WASI SDK 25 (#140477)

As well, bump the version of Wasmtime used in CI.
This commit is contained in:
Brett Cannon
2025-10-22 14:34:37 -07:00
committed by GitHub
parent b3b0d75069
commit e5f4299f13
3 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ LOCAL_SETUP_MARKER = (
b"# Required to statically build extension modules."
)
WASI_SDK_VERSION = 24
WASI_SDK_VERSION = 25
WASMTIME_VAR_NAME = "WASMTIME"
WASMTIME_HOST_RUNNER_VAR = f"{{{WASMTIME_VAR_NAME}}}"