Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 516 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 516 Bytes

manzar

cat that wants to catch your mouse.

You can view a live demo on my website.

Usage

  1. Clone this repo.
  2. Install wasm-pack: cargo install wasm-pack
  3. Build: wasm-pack build --target web

Performance

Likely the same or worse than the javascript version, since WASM cannot efficiently manipulate the DOM. And the WASM filesize is also larger! So it's only good for bragging rights :3

Credits

Inspired by adryd325/oneko.js