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

https://github.com/rob-blackbourn/example-wasm-dataframe-1

An example JavaScript DataFrame with methods implemented in WebAssembly
https://github.com/rob-blackbourn/example-wasm-dataframe-1

c clang dataframe javascript operator-overloading wasm webassembly

Last synced: 24 days ago
JSON representation

An example JavaScript DataFrame with methods implemented in WebAssembly

Awesome Lists containing this project

README

          

# Changing the DataFrame to inject WebAssembly operators

This project implements a simple data frame with calculations performed in
WebAssembly.

For more information read the
[blog post](https://rob-blackbourn.github.io/blog/webassembly/wasm/array/arrays/javascript/c/dataframe/2020/06/13/wasm-dataframes.html).