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
2023-06-10
Module: rename functions to make ownership checks explicit
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
stage2: move enum tag values into the InternPool
Andrew Kelley
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-05-30
zig ld: handle `--library :path/to/lib.so`
Motiejus Jakštys
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-16
tweaks to --build-id
Andrew Kelley
2023-05-16
stage2: implement --build-id styles
Motiejus Jakštys
2023-04-28
compiler: use `@memcpy` instead of `std.mem.copy`
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-22
wasm: store `__zig_lt_errors_len` in linear data
Luuk de Gram
2023-04-22
wasm: implement `cmp_lt_errors_len` instruction
Luuk de Gram
2023-04-12
wasm: generate unnamed constant for tag
Luuk de Gram
2023-04-12
wasm: generate function to get tag name
Luuk de Gram
2023-04-01
link: handle -u flag in all linkers
Jakub Konka
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-19
Merge pull request #14998 from Luukdegram/shared-mem
Luuk de Gram
2023-03-18
wasm-linker: implement __wasm_init_memory & flag
Luuk de Gram
2023-03-18
wasm: add atomics opcodes and refactoring
Luuk de Gram
2023-03-18
wasm-linker: implement runtime TLS relocations
Luuk de Gram
2023-03-18
wasm-linker: implement TLS initialization function
Luuk de Gram
2023-03-18
wasm-linker: create TLS symbols
Luuk de Gram
2023-03-18
wasm-linker: emit 'data count' & segment flags
Luuk de Gram
2023-03-18
wasm-linker: feature verifiction for shared-mem
Luuk de Gram
2023-03-18
wasm-linker: refactor Limits and add flags
Luuk de Gram
2023-03-18
wasm-linker: basic TLS support
Luuk de Gram
2023-03-18
wasm-link: fix storing decls in the right segment
Luuk de Gram
2023-03-10
Merge pull request #14869 from Luukdegram/wasm-linker
Luuk de Gram
2023-03-10
wasm-linker: remove synthetic segments & atoms
Luuk de Gram
2023-03-09
wasm-linker: store symbol's virtual address
Luuk de Gram
2023-03-08
wasm-linker: emit build_id section (#14820)
Frank Denis
2023-03-04
Merge pull request #14781 from ziglang/codegen-cleanup
Jakub Konka
2023-03-03
link: give executable bit to wasm executables sometimes
Andrew Kelley
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2023-02-03
link: remove `FnData` and make it self-owned
Luuk de Gram
2023-02-01
link: remove union types which are now internal to backends
Jakub Konka
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-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2023-01-13
wasm-linker: implement the __heap_end symbol
Luuk de Gram
2023-01-12
wasm-linker: implement `__heap_base` symbol
Luuk de Gram
2023-01-12
wasm-linker: implement __wasm_call_ctors symbol
Luuk de Gram
2023-01-12
wasm-linker: Fix symbol name on undefined symbol
Luuk de Gram
2023-01-12
wasm-linker: discard symbol when both undefined
Luuk de Gram
[next]