wamr_sys

Function wasm_runtime_get_function_attachment

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

Get attachment of native function from execution environment

@param exec_env the execution environment to retrieve

@return the attachment of native function