#[no_mangle]
pub extern "C" fn wasm_extern_as_table(
e: &mut wasm_extern_t,
) -> Option<&mut wasm_table_t>
Expand description
Returns the wasm_extern_t
as reference to mutable wasm_table_t
if possible.
Returns None
if e
is not a wasm_table_t
.