1cb93a386Sopenharmony_ciWASM SKP Debugger
2cb93a386Sopenharmony_ci=================
3cb93a386Sopenharmony_ci
4cb93a386Sopenharmony_ciThe wasm skp debugger is a wasm binary that uses DebugCanvas to show SKP and MSKP files. It is
5cb93a386Sopenharmony_ciembedded in the javascript code in debugger-assets from the infra buildbot repository.
6cb93a386Sopenharmony_ci
7cb93a386Sopenharmony_ciThe live version is available at debugger.skia.org
8cb93a386Sopenharmony_ci
9cb93a386Sopenharmony_ciBuild
10cb93a386Sopenharmony_ci-----
11cb93a386Sopenharmony_ci
12cb93a386Sopenharmony_ci```
13cb93a386Sopenharmony_cimake debug
14cb93a386Sopenharmony_cimake move-assets
15cb93a386Sopenharmony_ci```
16cb93a386Sopenharmony_ci
17cb93a386Sopenharmony_cinote that make move-assets just copies the two output files over to the infra repo where they can
18cb93a386Sopenharmony_cibe served locally. This requires SKIA_INFRA_ROOT to be set to the root of your checkout of that
19cb93a386Sopenharmony_cirepo.
20cb93a386Sopenharmony_ci
21cb93a386Sopenharmony_ciFor more information on running the debugger locally, see infra/debugger-assets/README.md in the
22cb93a386Sopenharmony_cibuildbot repo.
23cb93a386Sopenharmony_ci
24cb93a386Sopenharmony_ciTest
25cb93a386Sopenharmony_ci----
26cb93a386Sopenharmony_ci
27cb93a386Sopenharmony_citests are run with
28cb93a386Sopenharmony_ci
29cb93a386Sopenharmony_ci```
30cb93a386Sopenharmony_cimake test-continuous
31cb93a386Sopenharmony_ci```
32cb93a386Sopenharmony_ci
33cb93a386Sopenharmony_citests are defined by files in `tests/*.spec.js`