wasmi_c_api

Function wasm_module_as_ref_const

source
#[no_mangle]
pub extern "C" fn wasm_module_as_ref_const(
    a: &wasm_module_t,
) -> Box<wasm_ref_t>
Expand description

Returns the wasm_module_t as immutable reference.

This is not yet supported and aborts the process upon use.