Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 692 Bytes

An Impulse Engine Written in Rust

Build Status

Requirements

  • Rust nightly

  • WebAssembly compilation target: wasm32-unknown-unknown

    $ rustup target add wasm32-unknown-unknown
  • cargo-web

    $ cargo install cargo-web

Build and Run

$ cargo web start --target=wasm32-unknown-unknown

Now open http://localhost:8000 in your browser and try to stack objects!