Stream: general

Topic: Learning about Python, WASI, and WASM


view this post on Zulip nikomatsakis (Jan 14 2025 at 20:54):

Is there a good blog post or other introductory documentation on running Python programs (submitted by external users) in WASM?

view this post on Zulip Joel Dice (Jan 14 2025 at 21:01):

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.

view this post on Zulip Ben Brandt (Jan 15 2025 at 11:16):

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? :)

view this post on Zulip Ralph (Jan 15 2025 at 14:26):

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