[][src]Function wamr_sys::wasm_runtime_init

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

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