Skip to content

Commit 0a1ce7f

Browse files
authored
chore: bump wasi-sdk and wasm-tools (#269)
1 parent 88c5416 commit 0a1ce7f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.buckconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[external_cell_wasmono]
2121
git_origin = https://github.com/andreiltd/wasmono.git
22-
commit_hash = 040f838f488966c94d74c5aa3db61f296f98ddb1
22+
commit_hash = d7c49b331295c6bc04711e2f735a425c21b0217f
2323

2424
[parser]
2525
target_platform_detector_spec = target:root//...->prelude//platforms:default \

toolchains/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ alias(name = "node_dist_shared", actual = ":node_dist", visibility = ["toolchain
4444
toolchain_alias(name = "asc", actual = "//typescript:asc", visibility = ["PUBLIC"])
4545

4646
# Component-model tooling used to lift Rust WASI P3 core modules into components.
47-
download_wasm_tools(name = "wasm_tools_dist", version = "1.245.1")
47+
download_wasm_tools(name = "wasm_tools_dist", version = "1.252.0")
4848
wasm_tools_toolchain(name = "wasm_tools", distribution = ":wasm_tools_dist", visibility = ["PUBLIC"])
4949

5050
# Test execution toolchains required by Buck's test command.

toolchains/cxx/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load(
1111
)
1212
load(":defs.bzl", "clang_format")
1313

14-
download_wasi_sdk(name = "wasi_sdk", version = "27.0")
14+
download_wasi_sdk(name = "wasi_sdk", version = "33.0")
1515

1616
cxx_wasi_toolchain(
1717
name = "cxx_wasi_p1",

0 commit comments

Comments
 (0)