wasmtime_c_api

Function wasm_extern_as_ref

Source
#[no_mangle]
pub extern "C" fn wasm_extern_as_ref(
    a: &wasm_extern_t,
) -> Box<wasm_ref_t>
Expand description

Returns the wasm_extern_t as mutable reference.

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