pycrust

Crates.iopycrust
lib.rspycrust
version0.1.0
created_at2025-12-21 09:03:01.213442+00
updated_at2025-12-21 09:03:01.213442+00
descriptionA sandboxed python interpreter (and soon to be compiler)
homepage
repository
max_upload_size
id1997728
size6,298
Westbot (westbot657)

documentation

README

PyCrust

A sandboxed Python to wasm32-wasi compiler written in rust

This is currently under development and is far from usable.

Feature checklist

  • Correctly lex and parse python
  • 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
Commit count: 0

cargo fmt