Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 730 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 730 Bytes

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