Currently the world being targeted from Go has to explicitly include wasi:cli/imports@0.2.0;.
This is not a big deal when building a special world for Go, but becomes a problem when generating bindings to a world not designed with Go in mind.
It would be great it the Go tooling would match other language's tooling, and wouldn't require this include.
Currently the world being targeted from Go has to explicitly
include wasi:cli/imports@0.2.0;.This is not a big deal when building a special world for Go, but becomes a problem when generating bindings to a world not designed with Go in mind.
It would be great it the Go tooling would match other language's tooling, and wouldn't require this include.