summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Collapse)Author
2024-09-11prettierMitchell Hashimoto
2024-08-11spelling: normalize grey -> grayQwerasd
2023-09-28nix: install prettier, also ignore zig-cache/outMitchell Hashimoto
2023-09-28lint JSON and Typescript as wellPatrick Fong
2022-12-31can specify a wasm target in buildMitchell Hashimoto
2022-12-30config: enable passwd isn't compiled for wasmMitchell Hashimoto
2022-12-24wasm: use shared, imported memoryMitchell Hashimoto
This switches our wasm build to use "shared" memory. Shared memory can be shared across multiple web workers, which is something we'll want to support for our multi-threaded behaviors later. Shared memory has a number of different restrictions so this updates zig-js to support it as well as updates some of our functions that need to be aware of it.
2022-12-13font: web canvas sprite font can compositeMitchell Hashimoto
2022-12-13font: web canvas sprite font can write to atlasMitchell Hashimoto
2022-12-12update example to show multi-codepoint graphemeMitchell Hashimoto
2022-12-07font: web canvas shaper yields runsMitchell Hashimoto
2022-12-06font: web canvas can render emojiMitchell Hashimoto
2022-12-05wasm: show color atlas in example web appMitchell Hashimoto
2022-12-05font: GroupCache is wasm compatibleMitchell Hashimoto
2022-12-05font: Group is now wasm-compatibleMitchell Hashimoto
2022-12-05font: DeferredFace is wasm-compatibleMitchell Hashimoto
2022-12-05font: fix some JS memory leaksMitchell Hashimoto
2022-12-05font: add 1 to the canvas glyph to avoid clippingMitchell Hashimoto
2022-12-05font: fix glyph offset calculations for renderMitchell Hashimoto
2022-12-05font: add method for drawing atlas to canvasMitchell Hashimoto
2022-12-05font: working on rendering glyphs in canvasMitchell Hashimoto
2022-12-04calculate font metrics via canvasMitchell Hashimoto
2022-12-04hook up logging to wasm, example uses new zig-js packageMitchell Hashimoto
2022-12-01blank out web canvas implMitchell Hashimoto
2022-12-01Start scaffolding web_canvas backendMitchell Hashimoto
2022-08-17test wasm of the term packageMitchell Hashimoto