Home
last modified time | relevance | path

Searched defs:TestDataSource (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcow.rs741 struct TestDataSource { in create_memfd_with_data() struct
742 data: Vec<u8>, in create_memfd_with_data()
745 impl ModuleMemoryImageSource for TestDataSource { in create_memfd_with_data() implementation