Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 392 Bytes

ClipCC VM in Rust

A expermental vitrual machine for ClipCC. Written in Rust.

Build / Run mininal example

cargo build --release --example mininal -- <SB3_PATH>
cargo run --release --example mininal -- <SB3_PATH>

Features

  • Load sb3 projects
  • Fast interpreter (no JIT but still faster than the original Scratch VM)

TODO

  • Add WASM support
  • Integrate with ClipCC