napi_create_ark_runtime

Function napi_create_ark_runtime 

Source
pub unsafe extern "C" fn napi_create_ark_runtime(
    env: *mut napi_env,
) -> napi_status
Available on crate features napi and api-12 only.
Expand description

Create the ark runtime.

§Arguments

  • env - Indicates the ark runtime environment.

§Returns

  • Return the function execution status.

Available since API-level: 12