0.4.1 • Published 3 years ago

@data-exp-lab/yt-tools v0.4.1

Weekly downloads
52
License
BSD-3-Clause
Repository
github
Last release
3 years ago

rust-yt-tools

Experimental rust-yt work to compile to wasm.

To get this working, you will need to install rustup and potentially set it to use the nightly installation.

The easiest way to build this package is to install the crate wasm-pack. Once you've done that, you should be able to build from source using the following steps:

git clone https://github.com/data-exp-lab/rust-yt-tools
cd ./rust-yt-tools
wasm-pack build --scope data-exp-lab

This package is primarily designed as a mechanism for creating wasm code to be used in Jupyter widgets, for instance as in the widgyts library, but may grow to include more functionality.