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
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-23
wasm-linker: Emit relocations for object files
Luuk de Gram
2022-02-23
wasm-linker: Do not merge data segments for obj
Luuk de Gram
2022-02-23
wasm-linker: Emit segment info
Luuk de Gram
2022-02-23
wasm-linker: Emit symbol table for object file
Luuk de Gram
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-17
wasm-linker: Simplify symbol names
Luuk de Gram
2022-02-17
wasm-linker: Fix symbol resolving and relocs
Luuk de Gram
2022-02-17
wasm-linker: Allocate atoms and handle imports
Luuk de Gram
2022-02-17
wasm-linker: Implement section merging
Luuk de Gram
2022-02-17
wasm-linker: Add Object file parsing
Luuk de Gram
2022-02-16
link: avoid double close on openPath error
Andrew Kelley
2022-02-10
wasm: Implement 'field_ptr' constants
Luuk de Gram
2022-02-08
wasm: update test runner
Luuk de Gram
2022-02-06
stage2: pass proper can_exit_early value to LLD
Andrew Kelley
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-03
wasm: Implement elem_ptr
Luuk de Gram
2022-01-28
link: ELF, COFF, WASM: honor the "must_link" flag of positionals
Andrew Kelley
2022-01-26
zig cc: add --hash-style linker parameter
Andrew Kelley
2022-01-25
link: Elf, Wasm: forward strip flag when linking with LLD
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-19
wasm: Re-use genTypedValue for constants
Luuk de Gram
2022-01-19
wasm: Split funcgen and declgen
Luuk de Gram
2022-01-19
wasm-linker: Allow for creation of local symbols
Luuk de Gram
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-13
Introduce LinkObject with must_link field
Jakub Konka
2022-01-11
wasm-ld: Append `--stack-first` by default
Luuk de Gram
2022-01-11
wasm: Place the stack at the start of memory
Luuk de Gram
2022-01-07
Pass `--allow-unknown-exports` to wasmtime
Luuk de Gram
2022-01-06
wasm-linker: Only export symbols notated as such
Luuk de Gram
2022-01-04
link: avoid creating stage2 llvm module when using stage1
Andrew Kelley
2022-01-03
linker: fix build-obj and -fno-emit-bin
Andrew Kelley
2022-01-03
stage2: introduce renameTmpIntoCache into the linker API
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2022-01-01
wasm: Implement @ptrToInt and fix indirect function call
Luuk de Gram
2022-01-01
wasm: Implement `array_to_slice` and bug fixes:
Luuk de Gram
2021-12-23
wasm-linker: Implement symbol names emitting
Luuk de Gram
2021-12-21
link/wasm: fix regression of wrong assertion
Andrew Kelley
2021-12-21
stage2: error check for mixing --import-table and --export-table
Andrew Kelley
2021-12-21
wasm-linker: Implement the --export-table and --import-table flags.
Luuk de Gram
2021-12-14
wasm-linker: Allow specifying symbols to be exported
Luuk de Gram
2021-12-05
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"
Andrew Kelley
2021-12-04
wasm: Correctly load slice value on stack
Luuk de Gram
2021-12-04
wasm: Implement WrapErrorUnionErr(payload)
Luuk de Gram
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-28
wasm-link: Implement indirect function table
Luuk de Gram
2021-11-27
wasm-linker: Link into binary during flush
Luuk de Gram
[prev]
[next]