rust/library/std
Alex Crichton d8ca776f6d std: Implement WASIp2-specific stdio routines
This commit is an extension of previous libstd support but applied to stdio
specifically. The stdio routines are updated away from WASIp1 APIs to using
WASIp2 APIs natively. The end goal is to eventually drop the dependency on
WASIp1 APIs in the standard library entirely in favor of exclusively depending
on WASIp2.
2025-09-04 09:15:10 -07:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src std: Implement WASIp2-specific stdio routines 2025-09-04 09:15:10 -07:00
tests fix 2025-08-31 10:03:49 +02:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml std: Start supporting WASIp2 natively 2025-08-28 15:07:15 -07:00