Compare with pyodide

Hi
How we can compare numba with pyodide?

Numba and Pyodide are very different things. Pyodide is ahead-of-time compiling the Python scientific stack for execution in wasm. Numba is compiling user code on-the-fly using LLVM.