wasmer_wasix/syscalls/legacy/
mod.rs

1//! These modules provide wrappers and implementations for older version of WASI.
2//!
3//! If you are relying on legacy WASI, please upgrade for the best experience.
4
5pub mod snapshot0;