https://github.com/data-exp-lab/rust-yt-tools
https://github.com/data-exp-lab/rust-yt-tools
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/data-exp-lab/rust-yt-tools
- Owner: data-exp-lab
- License: bsd-3-clause
- Created: 2017-12-05T16:25:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T14:17:43.000Z (about 3 years ago)
- Last Synced: 2025-08-27T07:40:04.923Z (10 months ago)
- Language: Rust
- Size: 60.5 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-yt-tools
Experimental rust-yt work to compile to wasm.
To get this working, you will need to install [rustup](https://rustup.rs/) 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](https://github.com/data-exp-lab/widgyts/) library, but may grow to
include more functionality.