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)
- Rust/Cargo
- cargo-web
- Install with
cargo install cargo-web
- Install with
Other dependencies will be downloaded during building.
git clone
this repositorycargo web run
- Go to http://localhost:8000