BD103

Results 131 comments of BD103

Initial tests in CI appears to speed up the MacOS build times by ~2 minutes, but slows down Linux by ~45 seconds and Windows by ~2 minutes. I think this...

I'm going to split out the CI code into a separate PR so this can be merged.

> sold is pretty much abandoned at this point, is it even worth it to mention it? > > Actually, even llvm... apple released a new faster linker, which is...

I tested this on my M1 Macbook, both by using `ci` and by running random examples. It all seems to work!

WASM works on Safari for WebGL2 :) I was unable to get WASM for WebGPU working on Chrome--it just gave me a black screen--but I might be doing something wrong....

Does this introduce any breaking changes that would prevent it from being added to 0.13.3?

Also would you mind rebasing onto main? A few of the required checks have been modified after this PR was created, which is why it says some checks haven't been...

> please put the version of the action everywhere Agreed, it would be good to target specific versions of the binaries so we don't have breaking changes. ```yml - uses:...

~~I don't think this is `wry`, because it's not referenced in the error nor imported by the program. I think this is an issue with `tao`, which raises an exception...

This is an issue with Bevy's `dynamic_linking` feature. If you turn it off, it will no longer fail to compile. This error requires `toa`, `wry`, and `bevy` to reproduce it....