Function wasm_bench_compile

Source
#[no_mangle]
pub extern "C" fn wasm_bench_compile(
    state: *mut c_void,
    wasm_bytes: *const u8,
    wasm_bytes_length: usize,
) -> ExitCode
Expand description

Compile the Wasm benchmark module.