Skip to content

Latest commit

History

History
9 lines (6 loc) 路 412 Bytes

File metadata and controls

9 lines (6 loc) 路 412 Bytes

How to contribute

If you want to add a cool module just implement it, lint it with clippy and make a pull request with a screenshot. I will probably accept it.

Code details

  • Make sure your runs on wasm32 as well as on other platforms. For instance, please don't use println!() but instead prefer io::dprint(), io::newline(), or io::print().