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
With the switch from wasmer-wasi to wasmer-wasix, we now need to provide a wasmer_wasix::runtime::Runtime implementation for things like network access and task management.
We've already implemented this for browser environments as part of wasmer.sh, so we should be able to reuse a lot of code from there:
With the switch from
wasmer-wasi
towasmer-wasix
, we now need to provide awasmer_wasix::runtime::Runtime
implementation for things like network access and task management.We've already implemented this for browser environments as part of wasmer.sh, so we should be able to reuse a lot of code from there:
https://github.com/wasmerio/wasmer/blob/3dbe13dfd611a440a96faa137fbbafc5cbb1f20f/lib/wasi-web/src/runtime.rs#L49-L107
The text was updated successfully, but these errors were encountered: