Crate wasm_loader[−][src]
Structs
Stores compression information
This structure points to a node url and an optional block reference.
The WasmLoader is there to load wasm whether from a file, a node or from raw bytes. The WasmLoader cannot execute any call into the wasm.
Enums
A NodeEndpoint
can be either Http
or WebSocket
.
The source of the wasm. It can come from the local file system (File
) or from a chain (Chain
).