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
Age
Commit message (
Expand
)
Author
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
link.Wasm: update for new writer API
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-01-15
wasm linker: omit data count section when value is zero
Andrew Kelley
2025-01-15
wasm linker: change rules about symbol visibility
Andrew Kelley
2025-01-15
wasm linker: delete commented out code
Andrew Kelley
2025-01-15
wasm linker: fix TLS data segments
Andrew Kelley
2025-01-15
wasm linker: ability to get data and functions from objects
Andrew Kelley
2025-01-15
wasm linker: implement --export-table
Andrew Kelley
2025-01-15
wasm-linker: remap function types during flush
Andrew Kelley
2025-01-15
wasm linker: implement __wasm_init_tls synthetic function
Andrew Kelley
2025-01-15
wasm linker: correct export visibility logic
Andrew Kelley
2025-01-15
wasm linker: always passive when importing memory
Andrew Kelley
2025-01-15
wasm linker: implement hidden visibility
Andrew Kelley
2025-01-15
Compilation.saveState implement saving wasm linker state
Andrew Kelley
2025-01-15
wasm linker: fix data segment names
Andrew Kelley
2025-01-15
wasm linker: fix `@tagName` for auto-numbered non-exhaustive enums
Andrew Kelley
2025-01-15
wasm linker: fix missed addend for uav and nav fixups
Andrew Kelley
2025-01-15
wasm linker: fix bad export index math
Andrew Kelley
2025-01-15
wasm linker: implement `@tagName` for sparse enums
Andrew Kelley
2025-01-15
wasm linker: implement `@tagName` functions when tags are autoassigned
Andrew Kelley
2025-01-15
wasm linker: don't pretend it's possible to export data symbols
Andrew Kelley
2025-01-15
wasm linker: fix off-by-one in function table indexes
Andrew Kelley
2025-01-15
wasm linker: mark symbol deps on intrinsics
Andrew Kelley
2025-01-15
wasm linker: handle function data references properly
Andrew Kelley
2025-01-15
wasm-linker: fix splitSegmentName and add unit test
Andrew Kelley
2025-01-15
wasm linker: don't call init functions unless object included
Andrew Kelley
2025-01-15
implement indirect function table for object functions
Andrew Kelley
2025-01-15
wasm linker: handle weak globals in relocs
Andrew Kelley
2025-01-15
wasm linker: don't assume nav callees are fully resolved
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: apply object relocations to data segments
Andrew Kelley
2025-01-15
wasm linker: emit __heap_base and __heap_end globals and datas
Andrew Kelley
2025-01-15
wasm linker: implement __wasm_init_memory
Andrew Kelley
2025-01-15
wasm linker: implement data relocs
Andrew Kelley
2025-01-15
wasm linker: implement data symbols
Andrew Kelley
2025-01-15
wasm linker: implement __wasm_call_ctors
Andrew Kelley
2025-01-15
implement function relocations
Andrew Kelley
2025-01-15
type checking for synthetic functions
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
[next]