pub type wasmer_metering_cost_function_t = extern "C" fn(wasm_operator: wasmer_parser_operator_t) -> u64;
Expand description

Function type to represent a user-defined cost function implemented in C.

Example

See module’s documentation.