Thorsten Beier
Thorsten Beier
It depends a bit. Its it fine to mix packages compiled with wasm64 support and the old 32bit wasm? We try to avoid recompiling everything. But we are just experimenting...
@zachcp actually the update to emscripten 3.1.58 should not yet be visible to users. There was a tiny problem that the local builds of the compiler package where already using...
@wolfv we could prevent these issues by also uploading the compiler packages for osx-arm64.
> Yes, it should be quite straightforward to build them in CI (especially since Github actions has the osx-arm64 runners these days) we should run this workflow also for mac...
Thats strange as xeus-python is not running in the main thread. Would be interesting to figure out which wasm is tried to be compiled on the main thread
yes, i'll be there
I tried with a rasberry pi 4b with 4GB of ram and the **most recent** 32bit Rasberry Pi OS based on debian 13 (trixie). With that setup, all kernels I...
Is is very unlikely to work in jupyterlite. To run pygame in the browser you likely need to run pyodide in the main-thread. In lite, kernels typically run in a...
> Which rendering engine would work better with pyodide? Something wgpu-based? > > There are many educational resources for pygame, which would work in > pyodide on Chromebooks > […](#)...
@IsabelParedes the missing symbols are due to a lack of the `-lembind` flag. That used to exported in xeus, but got removed but I added it back to xeus.