Skip to content

perspective-community/arrow-wasm-cpp

Repository files navigation

arrow-wasm-cpp

Standalone Apache Arrow compiled to WebAssembly, extracted from https://github.com/finos/perspective

Currently builds Apache Arrow version 5.0.0.

Build Status License npm

Setup

Install dependencies

  • flatbuffers
  • boost

Build

mkdir build
cd build/
cmake ..
cmake --build . -- -j8