Skip to content

Instantly share code, notes, and snippets.

@sjdonado
Created May 8, 2023 18:57
Show Gist options
  • Save sjdonado/ba4800934c52c58264869c3aa78eab40 to your computer and use it in GitHub Desktop.
Save sjdonado/ba4800934c52c58264869c3aa78eab40 to your computer and use it in GitHub Desktop.
Tower of Hanoi in P5.js + WASM - Dev.to
...
[lib]
path = "logic/lib.rs"
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
getrandom = { version = "0.2.8", features = ["js"] }
gloo-utils = { version = "0.1", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment