What
Add NumPy to the set of pre-installed dependencies.
Why
This would be our first Python dependency that has "native"/compiled code. This is meant as an experiment to see how complicated that would be.
How
componentize-py seems to be able to do that: https://github.com/bytecodealliance/componentize-py/tree/main/examples/matrix-math . This seems to rely on https://github.com/dicej/wasi-wheels and even though it says "don't use", this should be good enough for an experiment.
What
Add NumPy to the set of pre-installed dependencies.
Why
This would be our first Python dependency that has "native"/compiled code. This is meant as an experiment to see how complicated that would be.
How
componentize-py seems to be able to do that: https://github.com/bytecodealliance/componentize-py/tree/main/examples/matrix-math . This seems to rely on https://github.com/dicej/wasi-wheels and even though it says "don't use", this should be good enough for an experiment.