Expand description
Wasm runtime implementation.
Structsยง
- NoOp
Wasm Runtime - A
Nop
runtime accepts any external function calls by doing nothing and returning void. - Scrypto
Runtime - A shim between SystemAPI and WASM, with buffer capability.
Wasm runtime implementation.
Nop
runtime accepts any external function calls by doing nothing and returning void.