StoreContextMut in wasmtime - Rust (original) (raw)
Struct StoreContextMut
pub struct StoreContextMut<'a, T: 'static>(/* private fields */);
Available on crate feature runtime
only.
Expand description
Available on crate features async
and gc
only.
Perform garbage collection of ExternRef
s.
Same as Store::gc.
This method is only available when the gc
Cargo feature is enabled.
Available on crate feature async
and target_has_atomic="64"
only.
Access the underlying data owned by this Store
.
Same as Store::data.
Returns the underlying Engine this store is connected to.
Available on crate feature gc
only.
Perform garbage collection of ExternRef
s.
Same as Store::gc.
This method is only available when the gc
Cargo feature is enabled.
Returns remaining fuel in this store.
For more information see Store::get_fuel
Set the amount of fuel in this store.
For more information see Store::set_fuel
Available on target_has_atomic="64"
only.
Available on target_has_atomic="64"
only.