0.0.1-alpha • Published 3 years ago

@pola-rs/browser v0.0.1-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Running locally.

Prerequisites

  • node
  • wasm-pack
  • python
  • rust nightly
  • yarn 2+

since polars must use workers for multithreading, you must run the polars code inside of a worker.

  1. wasm-pack build -t web

  2. upload a csv file to ./examples

  3. change worker.js line:2 to point to your csv file.

  4. run python server.py

  5. open your browser to localhost:8000/index.html

  6. open the browser console & you should see the output from worker.js

0.0.1-alpha.6

3 years ago

0.0.1-alpha.5

3 years ago

0.0.1-alpha.4

3 years ago

0.0.1-alpha.3

3 years ago

0.0.2-alpha.3

3 years ago

0.0.2-alpha.2

3 years ago

0.0.2-alpha.1

3 years ago

0.0.2-alpha

3 years ago

0.0.1-alpha

3 years ago