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