Just for reference there's a document about embedding wasm engines :
https://github.com/WebAssembly/wasm-c-api
and most embedders as Python modules seem to follow the same Engine/Store names conventions.
It would be awesome to have pywasm as a drop in replacement someday for missing native or jit only engines.
Just for reference there's a document about embedding wasm engines :
https://github.com/WebAssembly/wasm-c-api
and most embedders as Python modules seem to follow the same Engine/Store names conventions.
It would be awesome to have pywasm as a drop in replacement someday for missing native or jit only engines.