An open API service indexing awesome lists of open source software.

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

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
```