Hood Chatham
Hood Chatham
Can this be merged?
Well this actually doesn't fully work anyways -- `VirtualNodeToPixiJs` also tries to find `PIXI` at `window.PIXI`. There are three options to fix: 1. Pass `PIXI` as an extra first argument...
I think there's a key called `backend-args` where you should put `--noomp`.
Also, maybe this can be simplified after we merge #3128 @ryanking13?
Yeah `global_dll` or `global_so` both sound better.
> How do you determine if a .so needs to be loaded globally? Well it happens when `b.so` requires symbols from `a.so` but isn't linked against `a.so`. We can find...
Yeah I'm a bit confused about this PR, since I don't reproduce a lot of the CI failures locally. If you feel inclined @ryanking13 you could take it over.
I think this is more or less a prerequisite for #3098 to work well.
> if a module (.so) needs to look for an external symbol, it has to be loaded globally. I don't believe this is correct. See for instance the comment just...
This can be merged once it gets a changelog entry.