Module wasm_runtime

Module wasm_runtime 

Source
Expand description

Wasm runtime implementation.

Structsยง

NoOpWasmRuntime
A Nop runtime accepts any external function calls by doing nothing and returning void.
ScryptoRuntime
A shim between SystemAPI and WASM, with buffer capability.