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
/
arch
/
wasm
Age
Commit message (
Expand
)
Author
2022-01-04
wasm: Implement memset, and sret arguments.
Luuk de Gram
2022-01-04
wasm: Implement 'slice' instruction
Luuk de Gram
2022-01-04
wasm: Fix lowering constant struct values to the stack
Luuk de Gram
2022-01-04
wasm: Implement (and fix) most optional instructions
Luuk de Gram
2022-01-01
wasm: Fix loading from pointers to support defer
Luuk de Gram
2022-01-01
wasm: Implement pointer arithmetic and refactoring:
Luuk de Gram
2022-01-01
wasm: Implement memCpy and get if behavior tests passing
Luuk de Gram
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
2022-01-01
wasm: Pass 'bugs' behavior tests
Luuk de Gram
2022-01-01
wasm: Fix storing error. Pass bool.zig behavior tests
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: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
wasm: Implement slice as return type and argument
Luuk de Gram
2021-12-04
wasm: Implement trunc, fix sliceLen and write undefined
Luuk de Gram
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: std Allocator interface refactor
Lee Cannon
2021-11-29
wasm: Update wasm stage2 test backend to use 'main'
Luuk de Gram
2021-11-28
wasm: Implement 'zig test'
Luuk de Gram
2021-11-28
wasm-link: Implement indirect function table
Luuk de Gram
2021-11-27
wasm: Implement slices
Luuk de Gram
2021-11-27
wasm-linker: Resolve relocations
Luuk de Gram
2021-11-27
wasm-linker: Upstream zwld into stage2
Luuk de Gram
2021-11-24
stage2: fix unwrap function call with optional pointer return value
Andrew Kelley
2021-11-21
Merge pull request #10188 from Luukdegram/stage2-wasm-stack
Andrew Kelley
2021-11-21
stage2: fix the build for 32-bit architectures
Andrew Kelley
2021-11-21
wasm: Fix text cases and add pointer test cases
Luuk de Gram
2021-11-21
wasm: Implement optionals and ensure correct alignment
Luuk de Gram
2021-11-21
wasm: Implement error unions as well as returning them
Luuk de Gram
2021-11-21
wasm: Implement structs stored on the stack
Luuk de Gram
2021-11-21
wasm: Implement emulated stack
Luuk de Gram
2021-11-15
Stage2: wasm - Implement the MIR pass (#10153)
Luuk de Gram
[prev]