Gyeongjae Choi
Gyeongjae Choi
> Note to self; there's also https://github.com/jupyterlite/pyodide-kernel/issues/147 around the recent micropip 0.7/0.8 version update that will restrict moving to Pyodide 0.27 for the kernel – I'll need to fix it...
> I've added a bunch of PRs, old and new, to the 0.27 milestone and pushed some of the ones that have been recently active but not fully ready to...
Thanks for your work @hoodmane! This is going to be a huge breakthrough for Pyodide. I am very excited to use it. I haven't looked into the stack-switching proposal specs...
> Well I don't think we should merge this before it either: > > 1. works in node with some experimental flag or > 2. works in Chrome with no...
``` emcc: warning: linking a library with `-shared` will emit a static object file. This is a form of emulation to support existing build systems. If you want to build...
> ``` > $ wasm-objdump -x packages/ngspice/build/ngspice-44.2/dist/libngspice.so | grep ngSpice_Circ > - func[181] sig=5 > - func[181] -> "ngSpice_Circ" > - func[181] size=748 > ``` > > > > >...
> How can I verify and fix this? And what particular flags could be missing? > > AIUI libtool is adamant about ignoring explicit compiler flags and making up its...
What commit or version of Pyodide are you using to build the package? The tip-of-tree Pyodide uses Python 3.13, but based on your log, it seems like you are in...
> I used the stable branch because inspice depends on scipy packages that are disabled on main I see. Thanks. I looked at the library, and the binary seems okay....
I am having some issues building the Pyodide runtime (CPython) using the updated libtool (https://github.com/pyodide/pyodide/pull/5668), so it will take some more time for us to figure out the build error....