Wasmer Runners #3997
Replies: 1 comment
-
Hi, This would allow directly debugging WASM, instead of having the runtime "in the way" of the debugger, where you are debugging both the runtime and the executing program. I think this could be done by creating a record/replay system for WASM and using it in a WASM runner. However as I am not familiar enough with wasmer, I cannot make an accurate assessment. I would be interested in implementing this, however, due to the complexity of such a feature paired with the deep understanding required for successful implementation, I would need guidance/mentoring. |
Beta Was this translation helpful? Give feedback.
-
Right now Wasmer supports the WASI/WASIX, Emscripten and WCGI runners.
Would you like to see support for your custom games or ABIs in Wasmer? Please post here your use case and we will help you with it!
Beta Was this translation helpful? Give feedback.
All reactions