about summary refs log tree commit diff
path: root/library/std/src/os/wasip2/mod.rs
blob: 809a288f20d04769233c888d7e0d9a2f8e014595 (plain)
1
2
3
4
5
6
//! Platform-specific extensions to `std` for Preview 2 of the WebAssembly System Interface (WASI).
//!
//! This module is currently empty, but will be filled over time as wasi-libc support for WASI Preview 2 is stabilized.

#![forbid(unsafe_op_in_unsafe_fn)]
#![stable(feature = "raw_ext", since = "1.1.0")]