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
/
types.zig
Age
Commit message (
Expand
)
Author
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
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
2023-03-18
wasm-linker: implement runtime TLS relocations
Luuk de Gram
2023-03-18
wasm-linker: feature verifiction for shared-mem
Luuk de Gram
2023-03-18
wasm-linker: basic TLS support
Luuk de Gram
2023-01-12
wasm-linker: implement `__heap_base` symbol
Luuk de Gram
2022-10-25
use fixed-size arrays for feature lists
Luuk de Gram
2022-10-25
wasm-linker: seperate linker -and cpu features
Luuk de Gram
2022-10-25
wasm-linker: validate feature compatibility
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-06-24
link/wasm: Put decls into the correct segments
Luuk de Gram
2022-06-24
stage2: Enable compiler-rt when LLVM is existant
Luuk de Gram
2022-04-14
wasm-linker: Add function table indexes
Luuk de Gram
2022-03-01
wasm-linker: Intern globals, exports & imports
Luuk de Gram
2022-02-23
wasm-linker: Do not merge data segments for obj
Luuk de Gram
2021-11-27
wasm-linker: Upstream zwld into stage2
Luuk de Gram