mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
453 B
453 B
TO DO
- Compile Skia.
- Compile simple
renderer.wasmwith a exported function. - Compile a
renderer.wasmthat uses a WebGL context.
Notes
-
I've used the Skia
mainbranch and it looks that there's something missing from the last release (chrome/m117) so I tried to switch to that branch but now I have different issues. -
It is necessary to use the GL emscripten module to deal with WebGL contexts. See
js/preamble.jsand