1 unstable release
Uses old Rust 2015
0.3.0 | Dec 18, 2018 |
---|
#11 in #porting
21KB
494 lines
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.
Dependencies
~1.2–2.1MB
~30K SLoC