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

Class Instance

crates/wasmtime/src/runtime/component/instance.rs:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#[derive(Copy, Clone, Debug)]
38#[repr(transparent)]
39pub struct Instance {
40 id: StoreComponentInstanceId,
41}
42
43// Double-check that the C representation in `component/instance.h` matches our
44// in-Rust representation here in terms of size/alignment/etc.

Callers 2

try_cloneMethod · 0.70
into_instanceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected