Gyeongjae Choi

Results 674 comments of Gyeongjae Choi

> The complication for Emscripten is that we can't just add "bzip-1.0.8" and re-use it - we need to add "bzip-1.0.8, compiled for Emscripten 4.0.10". That's certainly possible, but it's...

Hi @grden. Thanks for making the `check_compatible` function more robust. As you can see in the comment here: https://github.com/pyodide/micropip/blob/be08cfde5edcbbedd7ef63df8d5376d1b7dcf718/micropip/_utils.py#L153-L154 `is_package_compatible` should be the main source to check the compatibility, and...

Thanks! I am planning to move all packages from this repository to [`pyodide-recipes`](https://github.com/pyodide/pyodide-recipes) soon. Could you please open a PR there? Also, we don't accept a PR that only adds...

Closing as I unvendored recipes in this repository. Please open the same pull request in pyodide-recipes.

Cowasm runs on WebWorker, if you want to make `input` work without blocking the main thread, you should do the same thing. This video will help you understand what kind...

> for d8... Oh no 🤦

@kaifansariw Are you still interested in working on this issue?

> Is my approach right. @kaifansariw Yes, correct. You can update that list in makefile.envs

Thanks! I am planning to move all packages from this repository to [`pyodide-recipes`](https://github.com/pyodide/pyodide-recipes) soon. Could you please open a PR there? Also, we don't accept a PR that only adds...