Stream: wasi

Topic: design principles doc


view this post on Zulip Pat Hickey (Jan 16 2020 at 18:45):

dan - great work on https://github.com/WebAssembly/WASI/blob/7d6a36e4f52c3965b8e8732061e1b9642e2bb276/docs/DesignPrinciples.md

WebAssembly System Interface. Contribute to WebAssembly/WASI development by creating an account on GitHub.

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:46):

the biggest thing we've discussed that I think is missing is discussion of how WASI IO can become async (reactor model) in order to fit into the web context better

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:46):

because thats a big motivator for native wasm coroutines

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:47):

is that something that you think belongs in this doc? or is that a separate discussion, because we're a lot less sure of the details?

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:48):

I think I'm not ready to say a lot about async here, as the shape of the solution (or solutions?) is not yet fully known

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:48):

sgtm

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:49):

Maybe one thing I can say is, that hopefully async will be done in a way that we can adapt any blocking API to use

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:49):

i think it would be nice to discuss some of our ideas / uncertainty about async at the cg meeting, and whether wasm coroutines are a tractable idea or bound for a V8 Veto

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:49):

So, right now the focus of WASI design is figuring out the functionality set and how portability and security work

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:50):

And it'll all hopefully be orthogonal to async once we're ready to mix that in

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:50):

ive tried to get alon interested in championing coroutines, but all he'll say is that he agrees they're important

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:50):

fair enough.

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:50):

Yeah. I think coroutines are currently something Andreas is championing

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:50):

so shopping around for a google coroutines champion is a non-WASI thing, then.

view this post on Zulip Pat Hickey (Jan 16 2020 at 18:50):

ah ok. i havent talked to him about them yet.

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:51):

Yeah, whatever form coroutines take, we'll need to start with a core wasm spec feature

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:53):

There'

view this post on Zulip Dan Gohman (Jan 16 2020 at 18:54):

s also Reactor/callback-style async, which is something that Interface Types will help enable


Last updated: Nov 22 2024 at 16:03 UTC