wasmtime_c_api

Function wasmtime_context_set_epoch_deadline

Source
#[no_mangle]
pub extern "C" fn wasmtime_context_set_epoch_deadline(
    store: WasmtimeStoreContextMut<'_>,
    ticks_beyond_current: u64,
)