Replies: 2 comments 2 replies
-
If you mean running python scripts using RustPython in wasm, it is possible. Please try wasm or wasi target. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The project description states “ RustPython is a Python interpreter written in Rust. RustPython can be embedded into Rust programs to use Python as a scripting language for your application, or it can be compiled to WebAssembly in order to run Python in the browser. ” So that’s where my confusion arose. It is not immediately clear. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand that the intepreter is used if RustPython is embedded in an application, like an editor. Would it be possible to use also, say, wasmtime instead? So the editor would be scripted by RustPython but the code would be compiled to WASM (and maybe from that to native) rather than interpreted?
Beta Was this translation helpful? Give feedback.
All reactions