MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / InstanceFlags

Class InstanceFlags

crates/wasmtime/src/runtime/vm/component.rs:1050–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048#[repr(transparent)]
1049#[derive(Copy, Clone)]
1050pub struct InstanceFlags(SendSyncPtr<VMGlobalDefinition>);
1051
1052impl InstanceFlags {
1053 /// Wraps the given pointer as an `InstanceFlags`

Callers 4

instance_flagsMethod · 0.85
from_rawMethod · 0.85
import_optionsMethod · 0.85
core_defMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected