0

I have a python library which has a numba AOT compile function into a .so file. I am trying to bundle this into a pyodide wheel. When I examine the wheel file, the .so file (or webasm version) is missing.

First installed:

mamba install pyodide-build

Then installed emscripten

git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 3.1.27
./emsdk activate 3.1.27

Then build the wheel

 pyodide build
Seraj Ahmad
  • 405
  • 6
  • 10

0 Answers0