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
I'd like to run some different wasm files in the browser. And I want to get the running time of wasm instance. For example, a callback when instance exit?
I'd like to run some different wasm files in the browser. And I want to get the running time of wasm instance. For example, a callback when instance exit?
Node.js add a opetion called returnOnExit at nodejs/node#32101, so did deno at denoland/deno#8605
So i ask for this option for wasmer-js/wasi
I'd like to contribute on this, but i really confused that is this possible to implement, or it was controlled by V8 Engine?
Could you please give me some suggestion? @syrusakbary
I mean, got notified when
call $__wasi_proc_exit
The text was updated successfully, but these errors were encountered: