Function wasmtime_c_api::wasmtime_context_set_fuel

source ·
#[no_mangle]
pub extern "C" fn wasmtime_context_set_fuel(
    store: CStoreContextMut<'_>,
    fuel: u64
) -> Option<Box<wasmtime_error_t>>