Skip to content

Commit 9fcbd7d

Browse files
rioam2gladhorn
authored andcommitted
chore: bump wasi-sdk to v30 and enable sjlj
1 parent 170748f commit 9fcbd7d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

cmake/wasi/wasi-sdk.toolchain.cmake

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ FetchContent_Declare(
44
wasi_sdk_toolchain
55
SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/wasi-sdk"
66
GIT_REPOSITORY https://github.com/rioam2/wasi-sdk-toolchain.git
7-
GIT_TAG 1b25d4dfd68f963c855e293ec94d6a79dcb5c5c1
7+
GIT_TAG b032d4fe3c919e0b24f45ccf482be09bf2a9950a
88
)
99
FetchContent_MakeAvailable(wasi_sdk_toolchain)
1010

1111
include("${wasi_sdk_toolchain_SOURCE_DIR}/wasi-sdk.toolchain.cmake")
1212

1313
initialize_wasi_toolchain(
14-
WIT_BINDGEN_TAG "v0.43.0"
15-
WASMTIME_TAG "v35.0.0"
16-
WASM_TOOLS_TAG "v1.236.0"
17-
WASI_SDK_TAG "wasi-sdk-27"
14+
WIT_BINDGEN_TAG "v0.53.1"
15+
WASMTIME_TAG "v41.0.3"
16+
WASM_TOOLS_TAG "v1.245.1"
17+
WASI_SDK_TAG "wasi-sdk-30"
1818
TARGET_TRIPLET "wasm32-wasi"
19+
ENABLE_EXPERIMENTAL_SETJMP ON
1920
ENABLE_EXPERIMENTAL_STUBS ON
2021
)

0 commit comments

Comments
 (0)