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
/
lib
/
std
/
wasm.zig
Age
Commit message (
Expand
)
Author
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-04
fix typo in wasm atomic opcodes doc comment
lockbox
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-03-18
wasm: add atomics opcodes and refactoring
Luuk de Gram
2023-03-18
wasm-linker: refactor Limits and add flags
Luuk de Gram
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-21
wasm: refactor extended instructions
Luuk de Gram
2022-12-12
wasm: implement the 'splat' instruction part 1
Luuk de Gram
2022-12-12
std: Add Wasm SIMD opcodes and value type
Luuk de Gram
2022-12-06
std.wasm: add Opcode.prefixed and make PrefixedOpcode nonexhaustive
Andrew Kelley
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-01-04
wasm: Implement memset, and sret arguments.
Luuk de Gram
2021-12-23
wasm-linker: Implement symbol names emitting
Luuk de Gram
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-27
wasm-linker: Upstream zwld into stage2
Luuk de Gram
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-01
wasm: Implement wrapping operands, add opcodes to wasm.zig
Luuk de Gram
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-04-08
Refactor link/wasm.zig to use offset table
Luuk de Gram
2021-04-05
std/wasm: add buildOpcode to help construction of `Opcode`s
gracefu
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
Define wasm constants
Luuk de Gram