Commit ac2d9aa
committed
fix: extract executable from wasm tools component target
Resolve BCR build failure where wasm_tools_component was being passed as
Target instead of FilesToRunProvider. The toolchain returns a Target but
ctx.actions.run() requires the executable to be extracted.
Error: parameter 'executable' got value of type 'Target', want 'File, string, or FilesToRunProvider'1 parent 6865ad0 commit ac2d9aa
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments