A sandboxed Python to wasm32-wasi compiler written in rust
This is currently under development and is far from usable.
Feature checklist
- Correctly lex python
- Correctly parse python grammar rules
- Generate wasm-compatible byte code
- python source imports
- rust module imports
- Call host functions
- export functions to host
- Typed structs
- Dynamic types
- Classes
- Generators
- Reflection
- Additional magic methods
- t-strings
- async (with tokio probably?)