UNPKG

@visualdl/wasm

Version:

A platform to visualize the deep learning process and result.

16 lines (9 loc) 325 B
# VisualDL FrontEnd WASM Web WebAssembly version of some parts of VisualDL. ## Development If you want to develop wasm features, you must have [Rust](https://www.rust-lang.org/) and [Cargo](https://doc.rust-lang.org/cargo/) installed. Using [rustup](https://rustup.rs/) to install them. ## Build ```base yarn build ```