Context: nearly same code (slightly different dependencies), both have Cargo.toml: incremental = true, similar config settings.
The wasm32 rebuild time is blazingly fast, often < 1 s. The x86_64 rebuild is always (high) single digit seconds. I am trying to figure out if:
- this is normal
- this is likely due to different dependencies for wasm32/x86_64 crates
- I am doing something stupid
- llvm? (wasm32 no llvm, x86_64 uses llvm ?)