Commit 1ab781a
committed
fix: update calculator_reactor to use Component Model bindings
The calculator_reactor target was using manual //export directives which
are incompatible with Component Model. Updated to use wit-bindgen-go
generated bindings like calculator_component and calculator_component_debug.
This fixes the CI failure on ubuntu-latest where wasm-tools component new
was failing to find the proper exports.1 parent 8c64fa2 commit 1ab781a
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
206 | | - | |
| 210 | + | |
207 | 211 | | |
208 | 212 | | |
0 commit comments