[][src]Trait canonical_host::Module

pub trait Module {
    const BYTECODE: &'static [u8];
}

Helper trait for wasm bytecode

TODO: remove this in favor of code being stored in the Wasm wrapper itself.

Associated Constants

const BYTECODE: &'static [u8]

The wasm bytecode associated with this type

Loading content...

Implementors

Loading content...