Function wasmedge_sys::ffi::WasmEdge_ValueGenFuncRef
source · pub unsafe extern "C" fn WasmEdge_ValueGenFuncRef(
Cxt: *const WasmEdge_FunctionInstanceContext
) -> WasmEdge_Value
Expand description
Generate the function reference WASM value.
The values generated by this function are only meaningful when the
WasmEdge_Proposal_BulkMemoryOperations
or the
WasmEdge_Proposal_ReferenceTypes
turns on in configuration.
\param Cxt the function instance context to convert to the reference.
\returns WasmEdge_Value struct with the function reference.