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-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
2025-01-15
fix merge conflicts with updating line numbers
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
2025-01-15
fix bad archive name calculation
Andrew Kelley
2025-01-15
resolve merge conflicts
Andrew Kelley
2025-01-15
wasm linker: fix crashes when parsing compiler_rt
Andrew Kelley
2025-01-15
wasm linker: fix relocation parsing
Andrew Kelley
2025-01-15
wasm linker: fix missing function type entry for import
Andrew Kelley
2025-01-15
wasm linker: implement indirect function calls
Andrew Kelley
2025-01-15
wasm linker: implement stack pointer global
Andrew Kelley
2025-01-15
wasm linker: fix data section in flush
Andrew Kelley
2025-01-15
implement error table and error names data segments
Andrew Kelley
2025-01-15
wasm linker: initialize the data segments table in flush
Andrew Kelley
2025-01-15
wasm linker: also call lowerZcuData in updateFunc
Andrew Kelley
2025-01-15
wasm linker: avoid recursion in lowerZcuData
Andrew Kelley
2025-01-15
wasm linker: implement data fixups
Andrew Kelley
2025-01-15
wasm linker: fix eliding empty data segments
Andrew Kelley
2025-01-15
wasm linker: allow undefined imports when lib name is provided
Andrew Kelley
2025-01-15
wasm linker: handle extern functions in updateNav
Andrew Kelley
2025-01-15
wasm linker: fix data segments memory flow
Andrew Kelley
2025-01-15
wasm linker: fix calling imported functions
Andrew Kelley
2025-01-15
add safety for calling functions that get virtual addrs
Andrew Kelley
2025-01-15
fix calculation of nav alignment
Andrew Kelley
2025-01-15
complete wasm.Emit implementation
Andrew Kelley
2025-01-15
wasm linker: implement missing logic
Andrew Kelley
2025-01-15
wasm linker: implement type index method
Andrew Kelley
2025-01-15
wasm linker: implement name subsection
Andrew Kelley
2025-01-15
wasm linker fixes
Andrew Kelley
2025-01-15
fix compilation when enabling llvm
Andrew Kelley
2025-01-15
wasm linker: finish the flush function
Andrew Kelley
2025-01-15
wasm linker: flush export section
Andrew Kelley
2025-01-15
wasm linker: flush implemented up to the export section
Andrew Kelley
[prev]
[next]