mvisani / plotly-wasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotly in Wasm Environment

This is a simple repo to demonstrate how to use Plotly in a WebAssembly environment. If everything works, it should be integrated in the Earth Metabolome Initiative (EMI) project.

How to run

You should have trunk installed.

 cargo install --locked trunk

Then you can run the following command to start the server.

trunk serve --open

This should open a new tab in your browser with the Plotly example.

About


Languages

Language:Rust 96.6%Language:HTML 3.4%