#[no_mangle]
pub unsafe extern "C" fn wasmer_metering_points_are_exhausted(
    instance: &mut wasm_instance_t
) -> bool
Expand description

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

Example

See module’s documentation.