summaryrefslogtreecommitdiff
path: root/src/os/wasm.zig
AgeCommit message (Expand)Author
2025-03-12fix /usr/lib issuesMitchell Hashimoto
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2023-11-17change unmodified `var`s to `const`s in anticipation of zig changesKrzysztof Wolicki
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2022-12-31remove unused importMitchell Hashimoto
2022-12-31move wasm target struct around to avoid analyzing wasm file on non-wasmMitchell Hashimoto
2022-12-31can specify a wasm target in buildMitchell Hashimoto
2022-12-24wasm: use wasm allocator, rather than page allocatorMitchell Hashimoto
2022-12-24wasm: use shared, imported memoryMitchell Hashimoto
2022-12-04hook up logging to wasm, example uses new zig-js packageMitchell Hashimoto
2022-12-04logging works for wasmMitchell Hashimoto