Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API to Terminate Execution for a wasm::Store #171

Open
chaoqin-li1123 opened this issue Nov 30, 2021 · 0 comments
Open

API to Terminate Execution for a wasm::Store #171

chaoqin-li1123 opened this issue Nov 30, 2021 · 0 comments

Comments

@chaoqin-li1123
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant