Skip to content

Commit ce04625

Browse files
committed
chore: update toolchain versions to latest releases
- Update wasm-tools: 1.240.0 → 1.241.2 - Update wit-bindgen: 0.46.0 → 0.48.0 - Update wasi-sdk: 27 → 29 - Update rules_cc: 0.2.4 → 0.2.14 - Update bazel_skylib: 1.8.1 → 1.8.2 - Update rules_go: 0.57.0 → 0.59.0 - Update rules_oci: 1.8.0 → 2.2.6 - Update Rust toolchain: 1.90.0 → 1.91.1 NOTE: Updated JSON registry files but registry.bzl embedded fallback needs to be regenerated to pick up new versions. The checksum_updater tool should handle this automatically when it's fixed to support reading from the JSON files.
1 parent aa664c0 commit ce04625

File tree

5 files changed

+347
-301
lines changed

5 files changed

+347
-301
lines changed

MODULE.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ module(
88

99
# Dependencies for WebAssembly tooling
1010
bazel_dep(name = "rules_rust", version = "0.65.0")
11-
bazel_dep(name = "bazel_skylib", version = "1.8.1")
11+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
1212
bazel_dep(name = "platforms", version = "1.0.0")
13-
bazel_dep(name = "rules_cc", version = "0.2.4")
14-
bazel_dep(name = "rules_go", version = "0.57.0")
13+
bazel_dep(name = "rules_cc", version = "0.2.14")
14+
bazel_dep(name = "rules_go", version = "0.59.0")
1515

1616
# OCI image signing capabilities
17-
bazel_dep(name = "rules_oci", version = "1.8.0")
17+
bazel_dep(name = "rules_oci", version = "2.2.6")
1818

1919
# Hermetic toolchain management with pre-built binaries
2020

@@ -65,7 +65,7 @@ rust.toolchain(
6565
"aarch64-apple-darwin",
6666
"x86_64-pc-windows-msvc",
6767
],
68-
versions = ["1.90.0"],
68+
versions = ["1.91.1"],
6969
)
7070
use_repo(rust, "rust_toolchains")
7171

@@ -89,7 +89,7 @@ wasm_toolchain = use_extension("//wasm:extensions.bzl", "wasm_toolchain")
8989
wasm_toolchain.register(
9090
name = "wasm_tools",
9191
strategy = "download", # Download prebuilt binaries from GitHub releases
92-
version = "1.240.0",
92+
version = "1.241.2",
9393
)
9494
use_repo(wasm_toolchain, "wasm_tools_toolchains")
9595

@@ -161,7 +161,7 @@ cpp_component = use_extension("//wasm:extensions.bzl", "cpp_component")
161161
cpp_component.register(
162162
name = "cpp",
163163
strategy = "download",
164-
wasi_sdk_version = "27", # Match existing WASI SDK version
164+
wasi_sdk_version = "29",
165165
)
166166
use_repo(cpp_component, "cpp_toolchain")
167167

0 commit comments

Comments
 (0)