aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/emscripten.zig
AgeCommit message (Expand)Author
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-07-19std.c reorganizationAndrew Kelley
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-13Fix emscripten exportsAdrià Arrufat
2024-02-21std.os.emscripten: fix regression caused by code cleanup in std.os.wasi (Clos...Andre Weissflog
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.c.MAP: use a packed structAndrew Kelley
2023-09-22Added basic support for wasm32-emscripten targetAven Bross