Short: Does anyone have sample code for pyo3 working in wasm ?
Long:
-
https://webassembly.sh/?run-command=python shows Python running in browser in wasm.
-
Rust can target wasm32-unknown-unknown.
-
Does anyone have proof of concept using pyo3 (compiled to wasm) with python (running in browser in wasm).
Insights on why this might be difficult (say, dl open) would also be appreciated.
Thanks!
To clarify: both the python interpreter and the rust compiled code would be running in wasm in browser.