https://github.com/openmc-data-storage/example_rust_wasm_yew_plotly_github_pages_website
A prototype Rust WASM nuclear data plotter for nuclide cross sections
https://github.com/openmc-data-storage/example_rust_wasm_yew_plotly_github_pages_website
Last synced: 4 months ago
JSON representation
A prototype Rust WASM nuclear data plotter for nuclide cross sections
- Host: GitHub
- URL: https://github.com/openmc-data-storage/example_rust_wasm_yew_plotly_github_pages_website
- Owner: openmc-data-storage
- License: mit
- Created: 2023-05-12T20:11:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T01:07:59.000Z (over 2 years ago)
- Last Synced: 2024-02-18T01:40:03.286Z (over 2 years ago)
- Language: Rust
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This Yew based Rust WASM website is hosted here
[https://openmc-data-storage.github.io/example_rust_wasm_yew_plotly_github_pages_website/](https://openmc-data-storage.github.io/example_rust_wasm_yew_plotly_github_pages_website/)
Install instructions on Ubuntu 22.04
```
sudo apt-get install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
rustup target add wasm32-unknown-unknown
cargo build --target wasm32-unknown-unknown --release
cargo install --locked trunk
trunk serve --open
```