summary refs log tree commit diff
path: root/library/std/src/os/wasip2/mod.rs
blob: 1d44dd72814b8f67cd5eed6ea445fe8f17a08166 (plain)
1
2
3
4
5
//! 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.

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