grovesNL/spirv_cross

Speed up compiling by skipping targets

Closed this issue · 2 comments

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?

bindings_generator is run manually, not automatically. So I don't think this will help regular build times for crates downstream.

That makes sense, thanks.