about summary refs log tree commit diff
path: root/library/std/src/sys/pal/wasip2
AgeCommit message (Expand)AuthorLines
2025-09-13also apply revert to wasip2Ralf Jung-18/+7
2025-09-10std: move `thread` into `sys`joboet-2/+1
2025-09-08std: move `thread` into `sys` (rename only)joboet-73/+0
2025-08-28std: Start supporting WASIp2 nativelyAlex Crichton-4/+144
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-13std: Apply unsafe_attr_outside_unsafeEric Huss-1/+1
2025-02-07std: move `io` module out of `pal`joboet-2/+0
2025-02-02std: move network code into `sys`joboet-418/+0
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-10-09Decouple WASIp2 sockets from WasiFdNicola Krumschmidt-18/+56
2024-09-29Hook up std::net to wasi-libc on wasm32-wasip2 targetNicola Krumschmidt-1/+379
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/+67
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