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
/
codegen
/
wasm.zig
Age
Commit message (
Expand
)
Author
2021-05-20
Also support multi-prong branches
Luuk de Gram
2021-05-20
stage2 wasm: Support basic switches
Luuk de Gram
2021-05-20
wasm backend: implement `multi_value` for `WValue`
Luuk de Gram
2021-05-19
Do not create a local for the struct itself + test cases
Luuk de Gram
2021-05-19
Initial support for structs in wasm backend
Luuk de Gram
2021-05-19
Explicit return & more complex wasm enum test
Luuk de Gram
2021-05-19
wasm backend - Initial enum support
Luuk de Gram
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-08
Refactor link/wasm.zig to use offset table
Luuk de Gram
2021-04-08
Cleanup
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-08
stage2 wasm: Add bitwise/boolean ops &, |, ^, and, or
gracefu
2021-04-05
stage2 wasm codegen: refactor to use wasm.buildOpcode
gracefu
2021-04-05
std/wasm: add buildOpcode to help construction of `Opcode`s
gracefu
2021-04-05
stage2 wasm: codegen `mul` op
gracefu
2021-04-05
stage2 wasm: codegen `sub` op
gracefu
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-22
Fix getNot and add test cases
Luuk de Gram
2021-03-22
Implement more instructions for more control flow support
Luuk de Gram
2021-03-18
stage2: get Module and Sema compiling again
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-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-18
update wasm backend to match new Module API
Andrew Kelley
2021-01-16
Generate correct opcode for 'addGen' depending on type
Luuk de Gram
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-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley