chore: Toolchain ecosystem upgrades (wit-bindgen, wasm-tools, wasi-sdk, and dependencies) #240
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive toolchain and dependency upgrades aligning all WebAssembly ecosystem components:
Phase 1 - HIGH Priority Binary Tools
Phase 2 - MEDIUM Priority Binary Tools
Rust Crate Ecosystem
Aligned all Cargo dependencies with wasm-tools 1.243.0 (instead of older 0.242.0 suggested by dependabot):
Files Modified
checksums/tools/wasm-tools.json- Added 1.243.0 with all platform checksumschecksums/tools/wasmtime.json- Added 39.0.1 with all platform checksumschecksums/tools/wizer.json- Added 10.0.0 with all platform checksumschecksums/tools/wkg.json- Added 0.13.0 with all platform checksumschecksums/registry.bzl- Updated fallback data and compatibility matrixchecksums/registry_test.bzl- Updated test expectationstoolchains/tool_versions.bzl- Updated TOOL_VERSIONS and TOOL_COMPATIBILITY_MATRIXtools-builder/toolchains/Cargo.toml- Updated wasm ecosystem crates to 0.243tools/wasm_embed_aot/Cargo.toml- Updated wasm-encoder, wasmparser, wit-bindgenVerification
cargo checkTest plan