aboutsummaryrefslogtreecommitdiff
path: root/lib/std/wasm.zig
AgeCommit message (Expand)Author
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-03-18wasm: add atomics opcodes and refactoringLuuk de Gram
2023-03-18wasm-linker: refactor Limits and add flagsLuuk de Gram
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-12-21wasm: refactor extended instructionsLuuk de Gram
2022-12-12wasm: implement the 'splat' instruction part 1Luuk de Gram
2022-12-12std: Add Wasm SIMD opcodes and value typeLuuk de Gram
2022-12-06std.wasm: add Opcode.prefixed and make PrefixedOpcode nonexhaustiveAndrew Kelley
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-01-04wasm: Implement memset, and sret arguments.Luuk de Gram
2021-12-23wasm-linker: Implement symbol names emittingLuuk de Gram
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-27wasm-linker: Upstream zwld into stage2Luuk de Gram
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-01wasm: Implement wrapping operands, add opcodes to wasm.zigLuuk de Gram
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-04-08Refactor link/wasm.zig to use offset tableLuuk de Gram
2021-04-05std/wasm: add buildOpcode to help construction of `Opcode`sgracefu
2021-02-05Ensure function indices are correct and fix a memory leakLuuk de Gram
2021-02-05Create type declarations for extern functions and write the 'import' sectionLuuk de Gram
2021-02-01Define wasm constantsLuuk de Gram