An open API service indexing awesome lists of open source software.

https://github.com/amoeba/arrow-cpp-wasm

Playing around with Arrow C++ and WASM, see Website for demo
https://github.com/amoeba/arrow-cpp-wasm

apache-arrow cplusplus emscripten wasm

Last synced: 24 days ago
JSON representation

Playing around with Arrow C++ and WASM, see Website for demo

Awesome Lists containing this project

README

          

# arrow-cpp-wasm

Basic example of running Arrow C++ under WASM.

## Roadmap for main.cc

- Compute example
- [x] Create and use a Status object
- [x] Create an Array
- [x] Create an Array from user input
- [x] Call a compute kernel on that Array
- [x] Show result to user
- Inspect Arrow IPC files
- [x] Open a file and print schema
- Your idea here..

## Pre-requisites

- git
- emsdk
- A WASM-compatible build of Arrow C++

## Building Arrow for WASM

See .

## Running

```sh
source emsdk/emsdk_env.sh
sh build.sh
```

Now open index.html in a web browser.