Commit e44cffe
committed
fix(phase1): Update wit-bindgen to 0.46.0 across all sources
Phase 1 complete - Synchronized wit-bindgen versions:
Changes:
1. checksums/tools/wit-bindgen.json
- Updated latest_version: 0.43.0 → 0.46.0
- Added all platform checksums for 0.46.0:
* linux_arm64: 37879138d170...
* linux_amd64: 8f426d9b0ed0...
* darwin_arm64: dc96da8f3d12...
* darwin_amd64: 98767eb96f2a...
* windows_amd64: 95c6380ec7c1...
- Kept 0.43.0 for backwards compatibility
2. rust/rust_wasm_component_bindgen.bzl
- Added comprehensive compatibility documentation
- Documented compatible CLI versions: 0.44.0 - 0.46.0
- Listed required API: Cleanup, CleanupGuard, run_ctors_once, etc.
- Added warning about verifying compatibility when updating
3. tools/checksum_updater/Cargo.toml
- Updated wit-bindgen: 0.47.0 → 0.46.0
- Added comment: MUST match CLI version in wasm_toolchain.bzl
Result: All three version sources now synchronized to 0.46.0
- CLI binary (wasm_toolchain.bzl): 0.46.0 ✅
- Proc macro (Cargo.toml): 0.46.0 ✅
- Registry (wit-bindgen.json): 0.46.0 ✅
This prevents the version mismatch that caused the recent bug.1 parent 938a2b3 commit e44cffe
File tree
3 files changed
+48
-7
lines changed- checksums/tools
- rust
- tools/checksum_updater
3 files changed
+48
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
7 | 32 | | |
8 | 33 | | |
9 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | | - | |
64 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
65 | 75 | | |
66 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
67 | 83 | | |
68 | 84 | | |
69 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments