COMMITS
/ lib/std/wasm.zig January 13, 2025
A
wasm linker: implement `@tagName` for sparse enums
Andrew Kelley committed
November 5, 2024
A
wasm linker: aggressive DODification
Andrew Kelley committed
February 26, 2024
R
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak committed
February 3, 2024
L
fix typo in wasm atomic opcodes doc comment
lockbox committed
October 21, 2023
J
Fix simple doc mistakes. (#17624)
JustinWayland committed
June 15, 2023
E
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov committed
March 17, 2023
L
wasm: add atomics opcodes and refactoring
Luuk de Gram committed
March 12, 2023
L
wasm-linker: refactor Limits and add flags
Luuk de Gram committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
December 20, 2022
L
wasm: refactor extended instructions
Luuk de Gram committed
December 8, 2022
L
wasm: implement the 'splat' instruction part 1
Luuk de Gram committed
December 5, 2022
L
std: Add Wasm SIMD opcodes and value type
Luuk de Gram committed
November 10, 2022
A
std.wasm: add Opcode.prefixed and make PrefixedOpcode nonexhaustive
Andrew Kelley committed
November 12, 2022
N
January 4, 2022
L
wasm: Implement memset, and sret arguments.
Luuk de Gram committed
December 22, 2021
L
wasm-linker: Implement symbol names emitting
Luuk de Gram committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 24, 2021
L
wasm-linker: Upstream zwld into stage2
Luuk de Gram committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
July 30, 2021
L
wasm: Implement wrapping operands, add opcodes to wasm.zig
Luuk de Gram committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 8, 2021
L
Refactor link/wasm.zig to use offset table
Luuk de Gram committed
April 3, 2021
G
std/wasm: add buildOpcode to help construction of `Opcode`s
gracefu committed
February 4, 2021
L
Ensure function indices are correct and fix a memory leak
Luuk de Gram committed
February 3, 2021
L
Create type declarations for extern functions and write the 'import' section
Luuk de Gram committed
January 24, 2021
L
Define wasm constants
Luuk de Gram committed