#[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.
#[no_mangle]
pub extern "C" fn wasm_foreign_new(
_store: &wasm_store_t,
) -> Box<wasm_foreign_t>
Creates a new foreign non-Wasm object for the wasm_store_t
.
This API is unsupported and will panic upon use.