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
/
Object.zig
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-01-15
Compilation.saveState implement saving wasm linker state
Andrew Kelley
2025-01-15
wasm linker: don't call init functions unless object included
Andrew Kelley
2025-01-15
wasm linker: distinguish symbol name vs import name, and implement weak
Andrew Kelley
2025-01-15
wasm linker: fix not merging object memories
Andrew Kelley
2025-01-15
wasm linker: implement data symbols
Andrew Kelley
2025-01-15
wasm object parsing: fix handling of weak functions and globals
Andrew Kelley
2025-01-15
wasm linker: improve error messages by making source locations more lazy
Andrew Kelley
2025-01-15
wasm linker: chase relocations for references
Andrew Kelley
2025-01-15
wasm linker: fix table imports in objects
Andrew Kelley
2025-01-15
can't use source location until return from this function
Andrew Kelley
2025-01-15
wasm linker: fix global imports in objects
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
wasm linker: fix relocation parsing
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
wasm linker: implement missing logic
Andrew Kelley
2025-01-15
wasm linker: flush implemented up to the export section
Andrew Kelley
2025-01-15
wasm linker: support export section as implicit symbols
Andrew Kelley
2025-01-15
wasm: fix many compilation errors
Andrew Kelley
2025-01-15
macho linker: conform to explicit error sets
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-10-31
link.File.Wasm: unify the string tables
Andrew Kelley
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-10-30
link.File.Wasm: remove the "files" abstraction
Andrew Kelley
2024-10-11
link: consolidate diagnostics
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-07-20
Fix typos in code comments in `src/`
sobolevn
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-02-29
wasm: gc fixes and re-enable linker tests
Luuk de Gram
2024-02-29
wasm: integrate linker errors with `Compilation`
Luuk de Gram
2024-02-29
wasm: make symbol indexes a non-exhaustive enum
Luuk de Gram
2024-02-29
wasm: Use `File.Index` for symbol locations
Luuk de Gram
2024-02-29
wasm: fix symbol resolution and atom processing
Luuk de Gram
2024-02-29
wasm: use `File` abstraction instead of object
Luuk de Gram
2024-01-12
wasm-linker: ensure custom sections are parsed
Luuk de Gram
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2023-11-28
wasm-linker: support `--no-gc-sections`
Luuk de Gram
2023-11-28
wasm-linker: parse symbols into atoms lazily
Luuk de Gram
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-07-19
wasm-linker: prevent double-free on parse failure
Luuk de Gram
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
[next]