Commit 9905b76
committed
fix: remove duplicate macro exports in generated WIT bindings
Some WIT world definitions cause wit-bindgen to generate duplicate
'pub use __export_*_cabi' statements. This fix filters out these
duplicates during wrapper generation to prevent compilation errors.1 parent 2b57ba4 commit 9905b76
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments