Planet Defender Made with Rust + WGPU + WASM (Play here!) Build from Source Clone the repo: git clone [email protected]:Woozl/planet-defender.git && cd planet-defender Build with cargo (requires rustup) cargo r To build WASM ES6 module (requires wasm-pack) wasm-pack build -t web