Hacker News new | ask | show | jobs
by nalgeon 898 days ago
I guess you can prepare the necessary packages and mount them in the WASI file system for the Python binary (WASI allows this). Then you can import these packages in your Python code.

I haven't tried this though :)