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 .buckconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[external_cell_wasmono]
git_origin = https://github.com/andreiltd/wasmono.git
commit_hash = 040f838f488966c94d74c5aa3db61f296f98ddb1
commit_hash = d7c49b331295c6bc04711e2f735a425c21b0217f

[parser]
target_platform_detector_spec = target:root//...->prelude//platforms:default \
Expand Down
2 changes: 1 addition & 1 deletion toolchains/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ alias(name = "node_dist_shared", actual = ":node_dist", visibility = ["toolchain
toolchain_alias(name = "asc", actual = "//typescript:asc", visibility = ["PUBLIC"])

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

# Test execution toolchains required by Buck's test command.
Expand Down
2 changes: 1 addition & 1 deletion toolchains/cxx/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load(
)
load(":defs.bzl", "clang_format")

download_wasi_sdk(name = "wasi_sdk", version = "27.0")
download_wasi_sdk(name = "wasi_sdk", version = "33.0")

cxx_wasi_toolchain(
name = "cxx_wasi_p1",
Expand Down
Loading