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
v8::Isolate has a TerminateExecution() method which allow forceful termination of execution for the v8::Isolate. Does it make sense to expose this api in wasm-c-api since there is a mapping between v8 Isolate and wasm Store? It would be a useful feature because there are scenarios where we want to terminate a long running wasm execution(maybe in a dead loop)
The text was updated successfully, but these errors were encountered:
v8::Isolate has a TerminateExecution() method which allow forceful termination of execution for the v8::Isolate. Does it make sense to expose this api in wasm-c-api since there is a mapping between v8 Isolate and wasm Store? It would be a useful feature because there are scenarios where we want to terminate a long running wasm execution(maybe in a dead loop)
The text was updated successfully, but these errors were encountered: