Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 775 Bytes

lc3web: lc3-rs/lc3asm on web browser

This is a demo program about running LC-3 tools on web browser, using WebAssembly technology.

Technologies/Software used:

  • Rust (>90% of codes were written + some HTML/CSS)
  • WebAssembly (To run on browser)
  • Yew (frontend)

Requirements

  • Rust/Cargo
  • cargo-web
    • Install with cargo install cargo-web

Other dependencies will be downloaded during building.

Running