Joel Dice

Results 196 comments of Joel Dice

> Maybe WASI callback would be cheaper than unix syscall ? (I understand that epoll is optimization of that) If the `read` or `write` call can complete immediately (because there...

> > We will create a new task each time an async host function is unable to complete immediately, yes. > > With the exception of `stream`s, right? I assume...

> dotnet `Task` is single resolve only. Sure, but p3 tasks might not map one-to-one with .NET `Task`s

We've discussed this elsewhere, but the bottom line is we need to update the guest SDKs to use the latest `wit-bindgen` and the new WIT files, at which point we...

I _think_ @rylev's recent work to update the SDKs took care of this. If he agrees, we can close it.

@badeend The way I think of `initial-cwd` is that it's a way to ask the host "Do you have an opinion on what the CWD should be? If so, tell...