clp-ffi-js a JavaScript FFI library for CLP. It currently supports decoding log events from CLP IR streams. Other CLP features are being added incrementally.
You can use GitHub issues to request features or report bugs.
- CMake 3.16 or higher
- GNU Make
- Python 3
- Task
Initialize and update submodules:
git submodule update --init --recursive
To build the project:
task
To clean the build:
task clean
Before opening the project in an IDE, you'll first need to download and install emscripten:
task emscripten