Home
last modified time | relevance | path

Searched refs:instance_get_memory (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/tests/oom/
H A Dinstance.rs206 fn instance_get_memory() -> Result<()> { in instance_get_memory() function
/wasmtime-44.0.1/crates/debugger/src/host/
H A Dopaque.rs39 async fn instance_get_memory(&mut self, instance: Instance, idx: u32) in instance_get_memory() method
166 async fn instance_get_memory( in instance_get_memory() method
H A Dapi.rs325 .instance_get_memory(instance, memory_index) in get_memory()