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
As of WebAssembly/component-model#578, that code no
longer exists. Instead, we can emulate it via a combination of
`CallbackCode::Yield` and `waitable-set.poll`.
I'm working on a PR to make the corresponding changes to Wasmtime, and needed
this to make the tests pass.
0 commit comments