pub unsafe extern "C" fn wasm_runtime_full_init(
init_args: *mut RuntimeInitArgs,
) -> bool
Expand description
Initialize the WASM runtime environment, WASM running mode, and also initialize the memory allocator and register native symbols, which are specified with init arguments
@param init_args specifies the init arguments
@return return true if success, false otherwise