This project will also include go SDK higher-level types, like a wasi-sockets socket implementation or http. These will live under pkg.
Then once we have types here, let's migrate wit-bindgen to use these types. We can use a go.mod that depends on the types here or use a git submodule over in wit-bindgen for the unit tests.
This project will also include go SDK higher-level types, like a wasi-sockets socket implementation or http. These will live under
pkg.go-pkg/docs/pkg<- migrate wit-bindgen sourceThen once we have types here, let's migrate wit-bindgen to use these types. We can use a
go.modthat depends on the types here or use a git submodule over in wit-bindgen for the unit tests.