index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
link
/
Wasm
/
Archive.zig
Age
Commit message (
Expand
)
Author
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-01-15
fix bad archive name calculation
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-11-01
link.File.Wasm.Archive: simplify
Andrew Kelley
2024-10-31
link.File.Wasm: unify the string tables
Andrew Kelley
2024-10-31
link.File.Wasm: conform to naming conventions
Andrew Kelley
2024-10-31
link.File.Wasm.Archive: remove header field
Andrew Kelley
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-29
wasm: integrate linker errors with `Compilation`
Luuk de Gram
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2022-12-16
wasm-linker: Fix archive symbols parsing
Luuk de Gram
2022-09-12
wasm-linker: rename self to descriptive name
Luuk de Gram
2022-09-07
macho+wasm: unify and clean up closing file handles
Jakub Konka
2022-08-20
wasm/Object: parse using the correct file size
Luuk de Gram
2022-08-20
wasm/archive: correctly parse long file names
Luuk de Gram
2022-06-24
wasm-linker: Parse object file from the archive
Luuk de Gram
2022-06-24
fix memory leaks
Luuk de Gram
2022-06-24
wasm-linker: Resolve symbols from archives
Luuk de Gram
2022-06-24
wasm-linker: Implement Archive parsing
Luuk de Gram