aboutsummaryrefslogtreecommitdiff
path: root/lib/std/wasm.zig
AgeCommit message (Expand)Author
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