Comment by syrusakbary
14 hours ago
Might be worth taking a look at WASIX [1]
We implemented all the system calls necessary to make networking work (within Wasm), and dynamic linking (so you could import and run pydantic, numpy, gevent and more!)
14 hours ago
Might be worth taking a look at WASIX [1]
We implemented all the system calls necessary to make networking work (within Wasm), and dynamic linking (so you could import and run pydantic, numpy, gevent and more!)
We will take a look! Thanks for sharing. Dynamic linking to run pydantic/numpy/etc. would be huge!