wasm_bridge_wasi/
lib.rs

1#[cfg(not(target_arch = "wasm32"))]
2pub use wasmtime_wasi::*;
3
4#[cfg(target_arch = "wasm32")]
5pub mod preview2;