Hood Chatham
Hood Chatham
I don't think this needs to be a release blocker. We can put it back in in v0.21.1.
I got this to build manually. You have to add `-DCMAKE_CXX_FLAGS=-mmutable-globals \`. Then after running the script here, you can link the shared library with: ```sh emcc -s SIDE_MODULE=1 -o...
The second time it's running it from setup.py.
I think the best is to run it via setup.py because otherwise it's hard to get the rest of the wheel made. Also, it's important that the generated .so file...
I've confirmed at least that it works if you name the file just `openpmd_api_cxx.so` and that it didn't work with the Linux platform tag.
Yeah there's something weird about that. I wonder why it isn't showing up in the right place. But you should be able to do something like: ``` build: ... post:...
Hopefully they did because most of our wasm modules come out of wheels and we can't easily use instantStreaming with them
I don't really understand what you are envisioning because again the wheel is a zip file and needs to be unzipped before we can instantiate the .so files so it...
Presumably it still tests the packages if only `src/pyodide-py` changed? Is it necessary to rebuild packages if `src/core` changes? It's certainly necessary to test them, but I don't see that...
Yes. We could update the minor Python version more frequently if we choose to. Particularly after we update to 3.11 it might be desirable since we won't have to migrate...