MoonZoon
MoonZoon copied to clipboard
Optimize compilation
Try to use Fleet or these suggested optimizations: https://www.reddit.com/r/rust/comments/ua09tc/experimental_fleet_a_build_tool_for_rust_thats/i5w7n6g/?utm_source=reddit&utm_medium=web2x&context=3
(Also it could probably help to reduce GBs of target data by sharing target folders among crates and examples.)
- Added link to https://github.com/mozilla/sccache to development.md to reduce
targetfolder sizes. Perhaps it could help also with CI build times but I focus mainly on debug build times to improve DX. - Cranelift could improve debug build time once it supports browser Wasm: https://github.com/bytecodealliance/wasmtime/issues/2566. I'll be watching it.
- I haven't found any new "tricks" to implement in MZ, closing the issue.