Module lunatic_process::runtimes
source · Expand description
WebAssembly runtimes powering lunatic.
Currently only Wasmtime is supported, but it should be “easy” to add any runtime that has a
Linker
abstraction and supports async
host functions.
NOTE: This traits are not used at all. Until rust supports async-traits all functions working
with a runtime will directly take wasmtime::WasmtimeRuntime
instead of a generic.
Modules
Structs
Traits
- A
WasmRuntime
is a compiler that can generate runnable code from raw .wasm files.