I'm considering using google/highway to utilize SIMD instructions.
This could drastically increase the performance of array operations, which currently are slow when using large amounts of data.
Numpy also uses SIMD.
Should even work with pyodide.
Could be a little cumbersome to get working though.