Home
last modified time | relevance | path

Searched refs:PtrNotAligned (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wiggle/src/
H A Dguest_error.rs15 PtrNotAligned(Region, u32), enumerator
H A Dlib.rs269 return Err(GuestError::PtrNotAligned(region, T::guest_align() as u32)); in validate_size_align()
/wasmtime-44.0.1/crates/wasi-common/src/snapshots/preview_1/
H A Derror.rs251 PtrOverflow { .. } | PtrOutOfBounds { .. } | PtrNotAligned { .. } => { in from()
/wasmtime-44.0.1/crates/wasi/src/
H A Dp1.rs1131 PtrOverflow { .. } | PtrOutOfBounds { .. } | PtrNotAligned { .. } => { in from()