Skip to content

lizhuohua/impulse-engine-rust-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!