Using Skia from Go via WASM and wagu.
Not needed unless you've changed something.
The generated Go is under the internal
directory.
If you do want to rebuild, make sure that emscripten is installed.
Then do the following:
bash dload_deps.sh
cd _build
bash compile.sh
See cmd/sample/main.go
. Nothing fancy there, but it's a start.