Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 345 Bytes

rusticwasm

Implementation of a WebAssembly compiler and runtime in Rust for learning WebAssembly and low-level programming.

Motivation

  • Learning the workings of the WebAssembly runtime
  • Learning Rust

Features

  • WebAssembly Text Format parser
  • WebAssembly compiler
  • WebAssembly runtime
  • WebAssembly interpreter