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.zig
Age
Commit message (
Expand
)
Author
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-09-26
compiler: move self-hosted backends from src/arch to src/codegen
Alex Rønne Petersen
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-02
compiler: change canonical path for backend ABI source files
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework emit paths and cache modes
mlugg
2025-06-12
wasm: get self-hosted compiling, and supporting `separate_thread`
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-13
link: Improve handling of --build-id when using LLD.
Alex Rønne Petersen
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-01-22
link.Wasm.Feature: Make fromCpuFeature() and toCpuFeature() less cute.
Alex Rønne Petersen
2025-01-22
wasm: Add a nontrapping_bulk_memory_len0 feature.
Alex Rønne Petersen
2025-01-15
wasm linker: change rules about symbol visibility
Andrew Kelley
2025-01-15
wasm linker: fix explicit exports not affecting object files
Andrew Kelley
2025-01-15
wasm linker: ability to get data and functions from objects
Andrew Kelley
2025-01-15
wasm-linker: remap function types during flush
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: reset function exports after flush
Andrew Kelley
2025-01-15
wasm linker: track overaligned uavs
Andrew Kelley
2025-01-15
wasm linker: fix data segment names
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 crash on ref to void
Andrew Kelley
2025-01-15
wasm-linker: add updateFunc log
Andrew Kelley
2025-01-15
wasm linker: fix corruption of string bytes
Andrew Kelley
2025-01-15
wasm linker: handle function data references properly
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 try to lower nav zcu data before updateNav is called
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
[next]