#[no_mangle]
pub unsafe extern "C" fn wasmer_metering_points_are_exhausted(
    instance: &mut wasm_instance_t
) -> bool
Available on crate feature middlewares only.
Expand description

Returns true if the remaning points are exhausted, false otherwise.

§Example

See module’s documentation.