Gyeongjae Choi
Gyeongjae Choi
> I'm wondering if lazier loading would be implemented once browsers support JSPI (not just behind feature flags), or if it could already be added earlier switched to if JSPI...
> What happens if we comment-out PROPACK and its related extension modules that rely on it? Good point. When I remove `PROPACK` from the build target, the same error happens...
> I see. Question: would we need to build OpenBLAS, LAPACK, etc. that we need for SciPy first, without f2cing them, like our friends at emscripten-forge have done? Indeed, building...
That's great news! Thanks for the update, Agriya, and I am happy that other folks are experimenting with llvm flang, as I am not really an expert on Fortran.
Thanks for the suggestion. I think it is a good thing to have. > But import is a super special weird thing in JS Isn't it because `import` is a...
> There are no test failures so we apparently don't have test coverage for this? Yeah I guess so.
Thanks for the report, but I cannot reproduce the error in [Pyodide console](https://pyodide.org/en/stable/console.html). Could you try it again in the Pyodide console? If it does not happen on the Pyodide...
Thanks for opening the issue. Yes, I totally agree that using `top_level.txt` file is a bad option (https://github.com/pyodide/pyodide/pull/3006), and we should replace it with other methods. Combining the two approaches...
Thanks @juntyr. Feel free to open a PR when it is ready, then I'll start reviewing the code.
Thanks for the report @pkong-ds, but I couldn't reproduce the error in my local Firefox (127.0). I am not sure if it is a regression in latest versions of Firfox...