You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
I recognise that this would be quite difficult to do with the current tooling that Rust provides, but are there any plans to provide a synchronous variant of the preview2 implementation? I'm using WASI in a synchronous / time-boxed environment where the guests don't benefit from async functionality on the host, so I run Wasmtime in sync mode.
For now, I don't need much WASI functionality, so I've replicated the existing interface, made it synchronous, and stubbed out the majority of it - but it would be nice to benefit from the work being done here in future if possible 🙏