Crate node_executor
source ·Expand description
A CodeExecutor
specialization which uses natively compiled runtime when the wasm to be
executed is equivalent to the natively compiled code.
Structs
- A generic
CodeExecutor
implementation that uses a delegate to determine wasm code equivalence and dispatch to native code when possible, falling back onWasmExecutor
when not.