[][src]Function wasm_compiler::process

pub fn process<T>(code_ptr: usize, processor: T) -> usize where
    T: Fn(&str) -> Result<Vec<u8>, String>,