{{ message }}
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
-
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