std/os/wasip2/
mod.rs

1//! Platform-specific extensions to `std` for Preview 2 of the WebAssembly System Interface (WASI).
2//!
3//! This module is currently empty, but will be filled over time as wasi-libc support for WASI Preview 2 is stabilized.
4
5#![forbid(unsafe_op_in_unsafe_fn)]
6#![stable(feature = "raw_ext", since = "1.1.0")]