Is there a good blog post or other introductory documentation on running Python programs (submitted by external users) in WASM?
I maintain componentize-py, which is the tool for targeting WASIp2 with Python. The README.md provides an introduction and a link to other examples.
I did write a blog post about it, but that was over a year ago (i.e. predates the release of WASIp2), and I haven't gotten around to updating it.
There's also https://component-model.bytecodealliance.org/language-support/python.html, which should be up-to-date. And I'm happy to answer any questions here.
I also need to write a blog post... We are leveraging componentize-py and wasmtime to run custom user-submitted python programs, which is working great!
Is there a particular aspect you are wishing existed so I can prioritize covering that for the next person? :)
let's get some of this update work out there! I'd love to give it to our customers as well.......
Last updated: Jan 24 2025 at 00:11 UTC