A Python Interpreter Written in Rust
This directory contains a library crate for interop with python to rust to js and back in , the demo website found at in , and an example of how to use the crate as a library in one’s own JS app in . This is the best way of seeing the changes made to either the library or the JS demo, as the module is set to the global JS variable on the website. You can now open the webpage on https://localhost:8080 and Python code in either the text box or browser devtools with:
Alternatively, you can run to build the app once, without watching for changes, or to build the app in release mode, both for the crate and webpack.
Source: github.com