Skip to content

Latest commit

 

History

History
executable file
·
6 lines (5 loc) · 268 Bytes

File metadata and controls

executable file
·
6 lines (5 loc) · 268 Bytes

A teeny-tiny, yet awesome WebAssembly Runtime written in safe RUST.

Why AwWasm?

  • Tiny: Mostly done as a learning excercise, so this will be small.
  • Portable: Will remain no_std compatible forever.
  • Safe: Will not be using any unsafe rust; ever.