Hood Chatham
Hood Chatham
Yes. Everyone is welcome to work on this. Thanks!
For the platform compatibility question see https://github.com/emscripten-core/emscripten/issues/15917
If you build a compatible non-pure wheel in some other way, it's possible to load it with `pyodide.loadPackage(url)`.
> * Docker Indeed, we don't seem to need it. As long we have a linux OS with appropriate versions of Emscripten, node, and python that should be sufficient. I...
I made some small modifications to the example to get it working in node and thought it might help other people trying to understand these features. In particular, I fixed...
Yeah that explains why this only worked in node v18 but not in node v19... By the way, this is extremely exciting work! It solves all sorts of headaches. I...
> it'd be easiest to let the Pyodide OpenCollective manage the bounty Yes I think we can manage the bounty.
> (Would you believe me if I told you that every build fails for a different reason?) This is a problem I've encountered with Bazel too. I wonder if there...
"longbit appears wrong for this platform" means that it is pulling in native `Python.h` headers. Somehow the include path is messed up.
It should work fine to mount directories anywhere. For instance, our cli test runner uses this pretty heavily.