Stream: git-wasmtime

Topic: wasmtime / issue #7260 Add an asynchronous `wasi:io/outpu...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 23:30):

pchickey commented on issue #7260:

More feedback, based on discussion with @elliottt:

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 23:33):

pchickey edited a comment on issue #7260:

More feedback, based on discussion with @elliottt:

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 23:35):

pchickey edited a comment on issue #7260:

More feedback, based on discussion with @elliottt:

This was the can of worms I was trying to avoid opening, and I'm worried about painting ourselves into a corner by requiring certain behavior happen in the background and beyond the lifetime of the component.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 16 2023 at 23:37):

pchickey edited a comment on issue #7260:

More feedback, based on discussion with @elliottt:

This was the can of worms I was trying to avoid opening, and I'm worried about painting ourselves into a corner by requiring certain behavior happen in the background and beyond the lifetime of the component. Could we scope this down to an interaction that only happens as long as the future-forwarded-result is alive, and not try to return from execution until forwarding has complete, just waiting in a poll_list until the forwarding is complete? That will save on lots of back and forth interaction between host and guest, at least.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 09 2023 at 18:51):

alexcrichton commented on issue #7260:

I believe the current conclusion is to defer this to after the 0.2.0 release of WASI, so I'm going to close this as it's probably best to pick back up discussion after that happens, but please reopen if you disagree


Last updated: Oct 23 2024 at 20:03 UTC