I have been experimenting with WebAssembly/Wasi over the last couple of years and decided it would be time to have another look and see what the state of things is. I it would be interesting to try and embed python in a wasm component for its nice sandbox properties.
There's a super cool project https://github.com/RustPython/RustPython which is a python interpreter in rust which can compile to wasip2 so I hooked that up and it seems to work well.
Its easy to build wasi components in rust now with the wasip2 target, excited to see where things head over the next few years.
fbodz•2h ago
There's a super cool project https://github.com/RustPython/RustPython which is a python interpreter in rust which can compile to wasip2 so I hooked that up and it seems to work well.
Its easy to build wasi components in rust now with the wasip2 target, excited to see where things head over the next few years.