Function wasm_table_as_extern_const

Source
#[unsafe(no_mangle)]
pub extern "C" fn wasm_table_as_extern_const(
    t: &wasm_table_t,
) -> &wasm_extern_t
Expand description

Returns the wasm_table_t as shared reference to wasm_extern_t.