Skip to content

jiegec/booth-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

booth-visualization

A visualization of booth multiplication written in Rust with Yew.

Development

Install dependencies:

  • Rust
  • Trunk: cargo install --locked trunk
  • WASM target: rustup target add wasm32-unknown-unknown

Run development server:

trunk serve

Open http://localhost:8080 in your browser.

Build

Build for production:

trunk build --release

The output will be in the dist/ directory.

Deployment

The project is automatically deployed to GitHub Pages on every push to the master branch.

About

A visualization of booth multiplication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors