Gyeongjae Choi
Gyeongjae Choi
Hi, we have moved the package recipes to [pyodide/pyodide-recipes](https://github.com/pyodide/pyodide-recipes). If you are still interested in this PR, please open it in that repository. Thanks!
Thanks for the report. However, there have been many changes between pyodide-build 0.23.4 and 0.29.0 so I cannot easily tell the difference without having a way to reproduce the bug....
@linuxrider Thanks for the report. Could you please try with the latest pyodide-build + set `EMCC_DEBUG=1` env variable? It will show more rich logs. Also it would be helpful if...
Hmm, thanks for the logs. Unfortunately, I cannot find anything strange in the log. Could you try changing the [--export pyinit](https://github.com/pymupdf/PyMuPDF/blob/8a946b80439076b87570b46894b95be07cf419ea/scripts/test.py#L477) to `--export whole_archive` and see what happens?
Good to hear that. Changing to `--export whole_archive` means that the library will expose all the symbols to the public, which will increase the output size and memory usage a...
The `_makeSnapshot` parameter is for generating the snapshot. We don't expect to use the Pyodide instance after generating the snapshot.
Hi, @MarcoGorelli Could you please open a PR in [`pyodide-recipes`](https://github.com/pyodide/pyodide-recipes)? I am going to move packages from this repository to there very soon
Closing as this is handled in pyodide-recipes.
Thanks for the report. I tried to reproduce the error but I am stuck with C++20 issues which seems to be unresolved in upstream Emscripten: https://github.com/emscripten-core/emscripten/issues/22305.
Thanks. Shouldn't the package.json be udpated accordingly?