-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opportunity to share code? #1
Comments
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
|
This is now mostly working, albeit with the limitations inherent in WASI 0.2—no native streams, async, concurrency. I see the promise of tighter integration between the Go runtime and underlying system primitives like async host calls, native streams, splicing streams to avoid copies, etc. |
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?
The text was updated successfully, but these errors were encountered: