Module executor
governance_os_node
A unit struct which implements NativeExecutionDispatch feeding in the hard-coded runtime.
NativeExecutionDispatch
A generic CodeExecutor implementation that uses a delegate to determine wasm code equivalence and dispatch to native code when possible, falling back on WasmExecutor when not.
CodeExecutor
WasmExecutor