Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arrow-wasm

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrow-wasm

Apache Arrow in WebAssembly

  • 0.0.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by60%
Maintainers
1
Weekly downloads
 
Created
Source

WASM Arrow .github/workflows/test.yml npm version

The idea here is to compile the Rust library to wasm and use that instead of the JS library. The question is how difficult it is and what the performance implications are.

This repo is currently work in progress and just a proof of concept.

Building and testing

Node

Run with wasm-pack build --target nodejs && node example/flights.js.

To use a debug build, run wasm-pack build --target nodejs --dev && node example/flights.js.

Browser

Build with wasm-pack build --target web. Then run python3 -m http.server and open http://localhost:8000/examples/.

Publishing

trash pkg
wasm-pack build --target web
wasm-pack pack
wasm-pack publish

Linting

Run cargo fmt && cargo clippy before committing.

Check file size

We can check how large the wasm file is after compression (which every web server probably does).

gzip -9 <pkg//arrow_wasm_bg.wasm | wc -c

FAQs

Package last updated on 27 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc