logo
#[no_mangle]
pub unsafe extern "C" fn wasm_table_same(
    table1: &wasm_table_t,
    table2: &wasm_table_t
) -> bool