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
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-09
Fix memory cleanup and update unplugging to avoid infinite loop
Luuk de Gram
2021-04-08
Refactor link/wasm.zig to use offset table
Luuk de Gram
2021-04-08
Cleanup
Luuk de Gram
2021-04-08
Handle incremental compilation correctly
Luuk de Gram
2021-04-08
Calculate data length to ensure correct pointer offsets
Luuk de Gram
2021-04-08
Basic "Hello world" working
Luuk de Gram
2021-04-05
stage2 wasm codegen: refactor to use wasm.buildOpcode
gracefu
2021-03-02
stage2: fixup some formatting errors ({x} -> {s})
Timon Kruiper
2021-02-24
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-19
astgen: fix remaining compile errors
Andrew Kelley
2021-02-05
Ensure function indices are correct and fix a memory leak
Luuk de Gram
2021-02-05
Create type declarations for extern functions and write the 'import' section
Luuk de Gram
2021-02-01
Merge pull request #7895 from Luukdegram/wasm-control-flow
Andrew Kelley
2021-02-01
Define wasm constants
Luuk de Gram
2021-01-26
Add tests, fix locals that are created in blocks like loops, and handle all b...
Luuk de Gram
2021-01-24
Nested conditions and loops support
Luuk de Gram
2021-01-24
Define wasm constants
Luuk de Gram
2021-01-23
add LTO support
Andrew Kelley
2021-01-16
Add tests and move tests to wasm's own file
Luuk de Gram
2021-01-15
Cleanup and 'add' instruction for bigger test area
Luuk de Gram
2021-01-15
stage2: refactor wasm backend - similar to the other backends
Luuk de Gram
2021-01-13
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-09
small fixes and zig fmt
Vexu
2020-12-08
stage2: link: properly implement passthrough mode for LLD child proc
Andrew Kelley
2020-12-08
invoke LLD as a child process rather than a library
Andrew Kelley
2020-11-30
fix regression on wasm targets
Andrew Kelley
2020-11-19
stage2: Make zig cc more verbose (#7166)
LemonBoy
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-10-09
fixups to previous commit
Andrew Kelley
2020-10-09
Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...
mlarouche
2020-10-09
include compiler_rt and c for wasm static libraries
Josh Wolfe
2020-09-29
use Allocator.allocSentinel now that the stage1 bug is fixed
Andrew Kelley
2020-09-28
stage2: WASM LLD linking
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley