Replies: 2 comments
-
Currently there is no standard way to do this, no opcode can tell the runtime to save the state of current function and yield the execution. |
Beta Was this translation helpful? Give feedback.
-
wasmer's wasix standard does have support for |
Beta Was this translation helpful? Give feedback.
-
I am curious, is it possible to yield execution to the wasm host from the wasm code and resume it later?
Beta Was this translation helpful? Give feedback.
All reactions