Skip to content

hust-open-atom-club/riscv-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

riscv-online

Online RISC-V assembly development tools.

Setup

This project is a RISC-V online disassembly website written in Rust WebAssembly and JavaScript.

The Rust Toolchain

You will need the standard Rust toolchain, including rustup, rustc, and cargo.

wasm-pack

wasm-pack is your one-stop shop for building, testing, and publishing Rust-generated WebAssembly.

npm

npm is a package manager for JavaScript.

Getting Started

Building from Source

  1. Download the latest source code.
git clone [email protected]:hust-open-atom-club/riscv-online.git
  1. Compile our Rust sources into a WebAssembly.
cd wasm-riscv-online/www
wasm-pack build
  1. Ensure that the local development server and its dependencies are installed.
npm install
  1. Run
npm run start
  1. Navigate your Web browser to http://localhost:8080/.

About

Online RISC-V assembly development tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published