Skip to main content

vfs/
lib.rs

1#![forbid(unsafe_code)]
2
3#[cfg(not(target_arch = "wasm32"))]
4pub mod adapter;
5pub mod engine;
6pub mod posix;