Home
last modified time | relevance | path

Searched defs:instance_get_memory (Results 1 – 2 of 2) 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