You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(go): fix the build error of generated code for empty resource type (#930)
* add test cases for issue929
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
* feat(go): generate exported interfaces when exported_resources are not empty
this commit changes the `wit_bindgen_go::interface::Finish()` function to generate the interface functions when either export_funcs are not empty or exported_resources are not empty.
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
* test(go): add one more test
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
* skip issue929 tests for rust
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
* skip issue929 tests for teavm-java
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
* skip issue929 tests for csharp
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
---------
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
0 commit comments