breakout_wasm/
lib.rs

1mod ball;
2mod brick;
3mod paddle;
4mod utils;
5
6#[cfg(feature = "wee_alloc")]
7#[global_allocator]
8static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;