commit | d4f01d5608531132431aaccb4d6c05de03ae623e | [log] [tgz] |
---|---|---|
author | Kaylee Lubick <kjlubick@google.com> | Wed Nov 27 09:28:54 2024 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Nov 27 15:07:04 2024 +0000 |
tree | 1e735cb6426895cde8868498d62c89586f7d1c74 | |
parent | 2c7a7bff05129adce12b45da5f84b28bfe3798ae [diff] |
Add Bazel rules to provide debug symbols This updates the emsdk (and dependent node version) used for emscripten (WASM) builds as the old node binaries are no longer supported or available for download from the emsdk source and we cannot update one without the other (internal emsdk smoke tests had old TS code). This also adds a few docs that were missing and I had to figure out when trying to debug something. Change-Id: Ib79bf6d7bf04972af85886b312d937b0411810ed Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/924648 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com>
To build with ninja, simply run ninja
from the root directory. This will produce a library in /out.
There are also Bazel rules, outlined in BAZEL.md