Skip to content

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

@chaoqin-li1123

Description

@chaoqin-li1123

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions