wasmi_c_api

Function wasm_foreign_new

source
#[no_mangle]
pub extern "C" fn wasm_foreign_new(
    _store: &wasm_store_t,
) -> Box<wasm_foreign_t>
Expand description

Creates a new foreign non-Wasm object for the wasm_store_t.

ยงNote

This API is unsupported and will panic upon use.