gitea/double-pendulum/pipeline/head There was a failure building this commit
590 B
590 B
double-pendulum
Double Pendulum chaotic sim in rust + webassembly (WIP)
Prereqs
- Rust toolchain (
rustup,cargo,rustc) - Install
wasm-pack
Build
Package can be built using:
wasm-pack build --target web
Result can be viewed by hosting the directory, e.g. using:
cd pkg && python -m http.server 8080