Skip to content

Hanaasagi/pinball-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinball-Game

Online deme see GitHub Page

Building (using Rust's native WebAssembly backend)

  1. Install newest nightly Rust, or you can use docker:
$ curl https://sh.rustup.rs -sSf | sh
  1. Install WebAssembly target:
$ rustup target add wasm32-unknown-unknown
  1. Install cargo-web:
$ cargo install -f cargo-web
  1. Build it:
$ cargo web start --target-webasm --release
  1. Visit http://localhost:8000 with your browser which support WebAssembly.

Releases

No releases published

Packages

No packages published