about summary refs log tree commit diff
path: root/library/std/src/os/wasi/mod.rs
AgeCommit message (Expand)AuthorLines
2024-10-09Decouple WASIp2 sockets from WasiFdNicola Krumschmidt-0/+2
2024-08-05WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys}Georgii Rylov-1/+1
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-2/+2
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-1/+2
2024-01-28Revert "Add the wasm32-wasi-preview2 target"León Orell Valerian Liehr-2/+1
2024-01-23Add the wasm32-wasi-preview2 targetRyan Levick-1/+2
2021-09-17modify std::os docs to be more consistentSachin Cherian-0/+3
2021-08-19Add Owned*, Borrowed*, and As* to the preludes.Dan Gohman-1/+1
2021-08-19I/O safety.Dan Gohman-0/+1
2021-05-14Expand WASI abbreviation in docsr00ster-1/+1
2021-05-03Move `std::sys::wasi::ext` to `std::os::wasi`Christiaan Dirkx-0/+53