My current aim is to craft WASM components out of Go code as I am used to create them from the Rust ecosystem. Therefore, I follow the guide in Go Tooling - and others. The example shows how to create a core module and to eventually convert it to a component.
The shortcoming is that the Go function in the example only comprises simple types - those which are supported by WASM core.
How do I create a component out of Go code with functions comprising arbitrary WIT types?
Christoph Brewing has marked this topic as resolved.
Last updated: Nov 22 2024 at 17:03 UTC