Commit 061b791
committed
fix: add missing expensive_init_component target in wizer example
Fix build failure caused by missing expensive_init_component target
referenced in validation rules. The target was referenced but not
defined, causing CI build failures.
Changes:
- Add rust_wasm_component_bindgen target for expensive_init_component
- Use separate source files to avoid binding name conflicts
- Maintain proper component comparison for performance validation
This resolves the CI build error where validate_normal_component
genrule could not find the required input file.1 parent dc1c077 commit 061b791
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
55 | | - | |
| 63 | + | |
| 64 | + | |
56 | 65 | | |
57 | | - | |
58 | | - | |
| 66 | + | |
| 67 | + | |
59 | 68 | | |
60 | 69 | | |
61 | 70 | | |
| |||
0 commit comments