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

Class SharedMemory

crates/wasmtime/src/runtime/memory.rs:859–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

857/// ```
858#[derive(Clone)]
859pub struct SharedMemory {
860 vm: crate::runtime::vm::SharedMemory,
861 engine: Engine,
862}
863
864impl SharedMemory {
865 /// Construct a [`SharedMemory`] by providing both the `minimum` and

Callers 4

default_valueMethod · 0.70
from_wasmtime_exportMethod · 0.70
fromMethod · 0.70
to_externMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected