Stream: general

Topic: ✔ Go, from modules to components


view this post on Zulip Christoph Brewing (Aug 02 2024 at 06:24):

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?

view this post on Zulip Notification Bot (Aug 02 2024 at 07:16):

Christoph Brewing has marked this topic as resolved.


Last updated: Oct 23 2024 at 20:03 UTC