wasmtime_component_new

Function wasmtime_component_new 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_component_new( engine: &wasm_engine_t, buf: *const u8, len: usize, component_out: &mut *mut wasmtime_component_t, ) -> Option<Box<wasmtime_error_t>>