Function wasmtime_c_api::wasmtime_module_serialize

source ·
#[no_mangle]
pub extern "C" fn wasmtime_module_serialize(
    module: &wasmtime_module_t,
    ret: &mut wasm_byte_vec_t
) -> Option<Box<wasmtime_error_t>>