wasm_runtime_init

Function wasm_runtime_init 

Source
pub unsafe extern "C" fn wasm_runtime_init() -> bool
Expand description

Initialize the WASM runtime environment, and also initialize the memory allocator with system allocator, which calls os_malloc to allocate memory

@return true if success, false otherwise