Open brendandburns opened 1 month ago
Hey there. Happy to collaborate.
I started this repo in part for my and @mossaka’s talk at WasmCon, and in part to learn/write a WASI adapter to Go stdlib semantics.
Time to chat in the coming days?
Yeah, you can reach me at bburns@microsoft.com to coordinate a time that works for both?
@brendandburns I was able to spend more time on this repo in the last week, and ran into some ergonomics issues with cm.Option
and cm.Result
. I saw that you implemented some helpers for cm.Result
in your repo, and wondering if you could comment on your experience with these types.
cm.Option
or cm.Result
types, or generated code that uses these types?
Hey Folks, I was pointed at this project. I have implemented much of an equivalent stack here:
https://github.com/dev-wasm/dev-wasm-go/tree/main/lib
Example usage:
I wonder if it makes sense to collaborate with each other on a single library binding for wasi + Go?