StoreContextMut in wasmtime - Rust (original) (raw)

Struct StoreContextMut

Source

pub struct StoreContextMut<'a, T: 'static>(/* private fields */);

Available on crate feature runtime only.

Expand description

Source§

Source

Available on crate features async and gc only.

Perform garbage collection of ExternRefs.

Same as Store::gc.

This method is only available when the gc Cargo feature is enabled.

Source

Available on crate feature async and target_has_atomic="64" only.

Source§

Source

Access the underlying data owned by this Store.

Same as Store::data.

Source

Source

Returns the underlying Engine this store is connected to.

Source

Available on crate feature gc only.

Perform garbage collection of ExternRefs.

Same as Store::gc.

This method is only available when the gc Cargo feature is enabled.

Source

Returns remaining fuel in this store.

For more information see Store::get_fuel

Source

Set the amount of fuel in this store.

For more information see Store::set_fuel

Source

Source

Available on target_has_atomic="64" only.

Source

Available on target_has_atomic="64" only.