Speed up compiling by skipping targets
Closed this issue · 2 comments
seivan commented
Could things be sped up if https://github.com/grovesNL/spirv_cross/blob/master/bindings_generator/src/main.rs#L52 was behind a conditional to avoid wasm?
grovesNL commented
bindings_generator
is run manually, not automatically. So I don't think this will help regular build times for crates downstream.
seivan commented
That makes sense, thanks.