wasm_foreign_new

Function wasm_foreign_new 

Source
#[unsafe(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.