Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 03-May-2024 | 6 | 1 | 1 | |
BUILD.bazel | D | 03-May-2024 | 1.2 KiB | 50 | 44 | |
Makefile | D | 03-May-2024 | 438 | 10 | 9 | |
README.md | D | 03-May-2024 | 543 | 10 | 7 | |
hello_world.html | D | 03-May-2024 | 470 | 17 | 13 |
README.md
1This allows us to experiment with making sk_app target the browser. 2 3To build, make sure bazelisk is installed. (This is a wrapper around bazel). 4https://github.com/google/skia-buildbot/blob/main/BAZEL_CHEATSHEET.md#install-bazelisk 5 6Then, run `make debug` to build the binary. To see the result on the web, run `make serve` 7and navigate to http://localhost:8000/hello_world.html 8 9Presently, the //tools/sk_app/wasm/main_wasm.cpp only prints out hello world, but it should 10set up the surface/window for wasm and then call into the sk_app code.