Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
1050
pub struct InstanceFlags(SendSyncPtr<VMGlobalDefinition>);
1051
1052
impl InstanceFlags {
1053
/// Wraps the given pointer as an `InstanceFlags`
Callers
4
instance_flags
Method · 0.85
from_raw
Method · 0.85
import_options
Method · 0.85
core_def
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected