Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 996 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 996 Bytes

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.

Building

Requirements

  • CMake 3.16 or higher
  • GNU Make
  • Python 3
  • Task

Setup

Initialize and update submodules:

git submodule update --init --recursive

Common build commands

To build the project:

task

To clean the build:

task clean

Development

Before opening the project in an IDE, you'll first need to download and install emscripten:

task emscripten