Home
last modified time | relevance | path

Searched refs:from_data (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/
H A Dvm.rs106 pub fn from_data(_data: &[u8]) -> io::Result<Option<MemoryImageSource>> { in from_data() method
111 pub fn from_data(data: &[u8]) -> crate::Result<Option<MemoryImageSource>> { in from_data() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/miri/
H A Dvm.rs60 pub fn from_data(_data: &[u8]) -> io::Result<Option<MemoryImageSource>> { in from_data() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/windows/
H A Dvm.rs67 pub fn from_data(_data: &[u8]) -> io::Result<Option<MemoryImageSource>> { in from_data() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/custom/
H A Dvm.rs71 pub fn from_data(data: &[u8]) -> Result<Option<MemoryImageSource>> { in from_data() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcow.rs134 if let Some(source) = MemoryImageSource::from_data(data)? { in new()
733 source: MemoryImageSource::from_data(data)?.unwrap(), in create_memfd_with_data()