Commit 0514fb1
committed
feat: add per-tool commit parameters to wasm_toolchain extension
Extend the wasm_toolchain module extension to support individual commit
specifications for each tool (wasm-tools, wac, wit-bindgen). This enables
fine-grained control over tool versions when using build or hybrid strategies.
Changes:
- Add wasm_tools_commit, wac_commit, wit_bindgen_commit attributes
- Update git_commit documentation to clarify it's a fallback
- Add "hybrid" strategy support to extension tag class
- Pass new parameters through to wasm_toolchain_repository
This allows users to specify different commits for different tools,
supporting scenarios like testing a forked wit-bindgen while using
stable versions of other tools.1 parent 9bb02b1 commit 0514fb1
1 file changed
+18
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
51 | | - | |
| 57 | + | |
52 | 58 | | |
53 | | - | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
60 | | - | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
63 | 78 | | |
64 | 79 | | |
65 | 80 | | |
| |||
0 commit comments