Adolfo Ochagavía
09/19/2025, 3:56 PMAdolfo Ochagavía
09/19/2025, 3:57 PMAdolfo Ochagavía
09/19/2025, 3:59 PMYoussef Shoaib [MOD]
09/19/2025, 4:52 PMPiotr Krzemiński
09/19/2025, 7:32 PMPiotr Krzemiński
09/19/2025, 7:33 PMPiotr Krzemiński
09/20/2025, 7:47 AMPiotr Krzemiński
09/20/2025, 1:30 PMAdolfo Ochagavía
09/20/2025, 4:09 PMPiotr Krzemiński
09/20/2025, 5:15 PMAdolfo Ochagavía
09/20/2025, 6:56 PMAdolfo Ochagavía
09/20/2025, 6:59 PMPiotr Krzemiński
09/20/2025, 8:54 PMAdolfo Ochagavía
09/20/2025, 10:41 PMwasmtime
, which should get automatically installed by the user's package manager (this is the "right" approach, since you get a high-performance, mature runtime written in a native programming language and not in Python). Alternatively, you could develop a basic wasm runtime in pure python and ship its source code along with your project. Performance would then suffer a lot, since now you have one layer of interpretation for wasm and another one for Python, but that might be acceptable in some scenarios.