kawamuray / wasmtime-java

Java or JVM-language binding for Wasmtime
Apache License 2.0
127 stars 29 forks source link

Add basic support for interrupt handlers #26

Closed lbenard closed 2 years ago

lbenard commented 2 years ago

Basic support for interrupt handlers. The Store can create the interrupt handler by itself so I changed the constructor to take an already existing ptr

lbenard commented 2 years ago

Should be good, let me know if there's anything else missing!