wamr_sys

Function wasm_runtime_get_user_data

Source
pub unsafe extern "C" fn wasm_runtime_get_user_data(
    exec_env: wasm_exec_env_t,
) -> *mut c_void
Expand description

Get the user data within execution environment.

@param exec_env the execution environment

@return the user data (NULL if not set yet)