[][src]Trait watson::WasmCompiler

pub trait WasmCompiler {
    fn compile(&mut self) -> Vec<u8>;
}

Required methods

fn compile(&mut self) -> Vec<u8>

Loading content...

Implementors

impl WasmCompiler for Program[src]

Loading content...