Files
wasmtime/crates/wasi-common/src
Ulrich Weigand 1a865fb0f5 Fix WASI fd_readdir on big-endian (#3016)
This code assumes that the Dirent structure has the same memory
layout on the host (Rust code) as in wasm code.  This is not true
if the host is big-endian, as wasm is always little-endian.

Fixed by always byte-swapping Dirent fields to little-endian
before passing them on to wasm code.
2021-06-22 10:39:38 -05:00
..
2021-05-04 14:28:45 -07:00
2021-01-28 15:15:50 -08:00