pub type WasmModule = Vec<u8>;
Expand description

WASM module.

Aliased Type§

struct WasmModule { /* private fields */ }