about summary refs log tree commit diff
path: root/library/std/src/sys/pal/wasip2/mod.rs
AgeCommit message (Expand)AuthorLines
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-2/+0
2025-04-12Move args into std::sysThalia Archibald-2/+0
2025-04-04Move fd into sysThalia Archibald-4/+1
2025-03-22std: move process implementations to `sys`joboet-2/+0
2025-03-09std: move stdio to `sys`joboet-2/+0
2025-03-08Move fs into sysThalia Archibald-2/+0
2025-02-07std: move `io` module out of `pal`joboet-2/+0
2025-02-02std: move network code into `sys`joboet-1/+0
2024-09-29Hook up std::net to wasi-libc on wasm32-wasip2 targetNicola Krumschmidt-1/+0
2024-09-23std: implement the `random` featurejoboet-1/+1
2024-08-27std: move allocators to `sys`joboet-2/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+1
2024-07-17Avoid comments that describe multiple `use` items.Nicholas Nethercote-3/+6
2024-06-15std: refactor the TLS implementationjoboet-4/+0
2024-05-02std: move thread parking to `sys::sync`joboet-9/+0
2024-03-13Provide `cabi_realloc` on `wasm32-wasip2` by defaultAlex Crichton-0/+2
2024-03-13Get wasm32-wasip2 compiling with its custom pal implementationAlex Crichton-6/+0
2024-03-12std: move `Once` implementations to `sys`joboet-4/+0
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-0/+78