Online RISC-V assembly development tools.
This project is a RISC-V online disassembly website written in Rust WebAssembly and JavaScript.
You will need the standard Rust toolchain, including rustup, rustc, and cargo.
wasm-pack is your one-stop shop for building, testing, and publishing Rust-generated WebAssembly.
npm is a package manager for JavaScript.
- Download the latest source code.
git clone [email protected]:hust-open-atom-club/riscv-online.git
- Compile our Rust sources into a WebAssembly.
cd wasm-riscv-online/www
wasm-pack build
- Ensure that the local development server and its dependencies are installed.
npm install
- Run
npm run start
- Navigate your Web browser to
http://localhost:8080/
.