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
While I can't say for certain this is likely related to bytecodealliance/wasm-tools#2050 which changed the JSON output structure and may not be supported here yet.
That sounds odd because the generation would fail entirely or report some kind or error, while it succeeds and only some of the types/shapes are missing.
Also, I think that ideally this repository could set and maintain its own wasm-tools dependency/version, instead of relying on what is installed on the system (since there could be breaking changes like this one).
Anyways, any pointer to where the issue might be in this repository? I’d love to contribute with a fix.
Everything worked well until a couple of days ago (with
[email protected]
).With the latest wasm-tools, our generated code is missing some shapes.
Failing GitHub Action here: https://github.com/edgee-cloud/example-go-component/actions/runs/13455120736/job/37597335001?pr=7
How to reproduce:
Generate with:
Check the file
internal/edgee/components/data-collection/abi.go
- there should be a type calledEdgeeRequestShape
but it's not there.The text was updated successfully, but these errors were encountered: