Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.4](https://github.com/KarpelesLab/purestd/compare/v0.0.3...v0.0.4) - 2026-06-07

### Other

- README β€” document all eight targets
- explicitly link libc (-lc) to define the crt support symbols
- link wasi-libc (default-linker-libraries) to resolve __wasi_init_tp
- add wasm32 (WASI preview1) backend, reduced surface
- add macOS x86_64 backend (build-only)
- 32-bit timeval for SO_RCVTIMEO/SO_SNDTIMEO
- add i686 + arm (32-bit) Linux backends
- use renameat2 (no legacy renameat on this arch)
- add riscv64-linux backend + qemu-user CI harness

## [0.0.3](https://github.com/KarpelesLab/purestd/compare/v0.0.2...v0.0.3) - 2026-06-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "purestd"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
rust-version = "1.85"
description = "A pure-Rust standard library replacement that talks to the kernel via raw syscalls only β€” no libc."
Expand Down