Has anyone successfully compiled Python to wasm with wasi and run it with wasmtime? I have been playing with https://pyodide.org but it doesn't run on wasmtime yet (there is an open issue: https://github.com/pyodide/pyodide/issues/558). If so, do you have any pointers? Thanks in advance!
IIRC RustPython has a WASI port and I think may work, although I'm not sure if it's a production-quality interpreter
Alex Crichton said:
IIRC RustPython has a WASI port and I think may work, although I'm not sure if it's a production-quality interpreter
Thanks, @Alex Crichton. I tried that and ran into some issue compiling to wasi: https://github.com/RustPython/RustPython/issues/3159
Last updated: Nov 22 2024 at 16:03 UTC