Commit a41c3a7
committed
fix: use Bazel-provided wasmtime instead of manual installation
Instead of manually downloading wasmtime, extract and use the wasmtime
binary that rules_wasm_component already provides via @wasmtime repository.
Benefits:
- No duplicate downloads
- Version consistency with build tools
- Faster CI execution
- Reuses Bazel's caching
The workflow now:
1. Queries Bazel for the wasmtime binary path
2. Copies it to /usr/local/bin for benchmark scripts
3. Avoids manual download/install overhead
This fixes the malformed wasmtime install URL issue and eliminates
redundant tooling installation.1 parent f46372a commit a41c3a7
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
76 | 88 | | |
77 | 89 | | |
78 | 90 | | |
| |||
0 commit comments