rust-browser-game icon indicating copy to clipboard operation
rust-browser-game copied to clipboard

Bloat-Free Browser Game in Rust (rustc-only challenge)

Results 1 rust-browser-game issues
Sort by recently updated
recently updated
newest added
trafficstars

#### Adding to rustc options `-C lto` reduces the size from for example: Using `core` clamp function: 559K The same but with lto enabled: 5.8K Also note that the actual...