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
/
Atom.zig
Age
Commit message (
Expand
)
Author
2024-10-30
link.File.Wasm: remove the "files" abstraction
Andrew Kelley
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-07-20
Fix typos in code comments in `src/`
sobolevn
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: store `File.Index` on the Atom
Luuk de Gram
2024-01-12
wasm-linker: fix debug info relocation
Luuk de Gram
2024-01-12
wasm-linker: delay code atom allocation till write
Luuk de Gram
2023-11-28
wasm-linker: parse symbols into atoms lazily
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
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-07-19
wasm-linker: implement TLS relocations
Luuk de Gram
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-12
wasm: generate unnamed constant for tag
Luuk de Gram
2023-03-18
wasm-linker: basic TLS support
Luuk de Gram
2023-03-09
wasm-linker: store symbol's virtual address
Luuk de Gram
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-01-27
wasm: migrate to new non-allocateDeclIndexes API
Luuk de Gram
2023-01-02
wasm-linker: export symbols by virtual address
Luuk de Gram
2022-12-18
wasm-linker: Fix relocations for alias'd atoms
Luuk de Gram
2022-12-17
wasm-linker: fix type index relocations
Luuk de Gram
2022-12-15
wasm-linker: Fix debug info relocations
Luuk de Gram
2022-10-08
wasm-linker: convert relocation addend to i32
Luuk de Gram
2022-09-12
wasm-linker: rename self to descriptive name
Luuk de Gram
2022-09-07
wasm-linker: support incremental debug info
Luuk de Gram
2022-09-07
wasm-linker: Mix Zig -and Object debug atoms
Luuk de Gram
2022-09-07
wasm-linker: perform debug relocations
Luuk de Gram
2022-08-30
wasm: create relocations for extern decls
Luuk de Gram
2022-08-30
link/Wasm: handle extern variables
Luuk de Gram
2022-06-24
fix memory leaks
Luuk de Gram
2022-06-24
wasm-link: Discard old symbols correctly
Luuk de Gram
2022-06-24
wasm-linker: Correctly resolve function type
Luuk de Gram
2022-06-24
wasm-linker: de-duplicate functions+atom sorting
Luuk de Gram
2022-06-24
link: Implement API to get global symbol index
Luuk de Gram
2022-05-09
wasm: Emit debug sections
Luuk de Gram
2022-05-09
wasm: Add basic debug info references
Luuk de Gram
2022-04-14
wasm-linker: Add function table indexes
Luuk de Gram
2022-03-06
wasm: Fix incremental compilation
Luuk de Gram
2022-03-06
wasm: call into `generateSymbol` when lowering
Luuk de Gram
2022-03-01
wasm-linker: Intern all symbol names
Luuk de Gram
2022-02-25
wasm: Refactor lowerUnnamedConst
Luuk de Gram
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-23
wasm-linker: Emit relocations for object files
Luuk de Gram
2022-02-23
wasm-linker: Do not merge data segments for obj
Luuk de Gram
2022-02-17
wasm-linker: Fix symbol resolving and relocs
Luuk de Gram
2022-02-17
wasm-linker: Allocate atoms and handle imports
Luuk de Gram
2022-02-17
wasm-linker: Implement section merging
Luuk de Gram
[next]