[][src]Function wamr_sys::wasm_runtime_get_user_data

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

Get the user data within execution environment.

@param exec_env the execution environment

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