Skip to content

Exploring how fast web-rendering can be if the overhead of the Blink engine is cut away

Notifications You must be signed in to change notification settings

gabrielpetersson/wasm-skia-web-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uses skia with a rust bridge compiled into webassembly, for using chrome internal gpu-painting mechanisms without the Blink engines overhead.

Instead of parsing into DOM/CSSOM, building layout object tree etc, you can just instantly use chromes internal document-painting tools to raster whatever document-like thing you want on your screen

Then build the example:

make build

Start a web server (requires Python 3):

make serve

About

Exploring how fast web-rendering can be if the overhead of the Blink engine is cut away

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published