Stream: git-wasmtime

Topic: wasmtime / Issue #642 re-entrant/cooperative wasm?


view this post on Zulip Wasmtime GitHub notifications bot (May 08 2020 at 14:27):

Ekleog commented on Issue #642:

So I'm not totally sure what exactly is wanted from this issue, but I've just published the wasmtime-async crate that probably handles this problem -- though not yet handling wasi, due to limitations in the API, though hopefully these will be fixed soon-ish with https://github.com/bytecodealliance/wasmtime/pull/1600.

If so, I've opened https://github.com/bytecodealliance/wasmtime/issues/1672 for suggesting inclusion and/or referring to it from wasmtime's docs, to see what happens :)

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2020 at 18:18):

sunny-g commented on Issue #642:

@Ekleog url is missing the /crates path: wasmtime-async. Also, nicely done!

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2020 at 18:21):

rrichardson commented on Issue #642:

@Ekleog - This is fantastic!
I will get started with it today.

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2020 at 18:21):

rrichardson closed Issue #642:

Hello, apologies for asking this as an issue, but I'm not sure where else to ask questions of this nature.

Is it possible to deschedule and re-schedule running wasm tasks? I'd like to run dozens or hundreds of wasm programs in an app server of sorts, but running each in its own thread seems a tad excessive.

Is it possible to hand to running wasm code functions which are effectively async, and deschedule the wasm program while it is waiting on IO?

view this post on Zulip Wasmtime GitHub notifications bot (May 08 2020 at 20:22):

Ekleog edited a comment on Issue #642:

So I'm not totally sure what exactly is wanted from this issue, but I've just published the wasmtime-async crate that probably handles this problem -- though not yet handling wasi, due to limitations in the API, though hopefully these will be fixed soon-ish with https://github.com/bytecodealliance/wasmtime/pull/1600.

If so, I've opened https://github.com/bytecodealliance/wasmtime/issues/1672 for suggesting inclusion and/or referring to it from wasmtime's docs, to see what happens :)

view this post on Zulip Wasmtime GitHub notifications bot (Nov 11 2020 at 19:57):

alexcrichton commented on Issue #642:

I've opened https://github.com/bytecodealliance/rfcs/pull/2 for what it might look like supporting this in wasmtime itself, curious to hear what others think!


Last updated: Nov 22 2024 at 17:03 UTC