Skip to content

hoangpq/wa-perf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d593da1 · Mar 20, 2018

History

37 Commits
Dec 19, 2017
Dec 6, 2017
Dec 14, 2017
Dec 3, 2017
Dec 16, 2017
Dec 6, 2017
Dec 6, 2017
Dec 6, 2017
Mar 20, 2018
Dec 4, 2017
Dec 1, 2017
Dec 17, 2017
Dec 19, 2017
Dec 16, 2017
Dec 17, 2017
Dec 1, 2017
Dec 17, 2017
Dec 7, 2017
Dec 7, 2017
Dec 16, 2017
Dec 19, 2017

Repository files navigation

Web Assembly with Rust

Install nightly Rust

$ curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly

Frontend setup

$ git clone https://github.com/hoangpq/wa-perf.git
$ cd wa-perf
$ chmod +x ./init-project.sh && ./init-project.sh
$ chmod +x ./cargo-build.sh && ./cargo-build.sh
$ npm install && webpack-dev-server

Live demo: https://rust-webassembly.herokuapp.com (May need to reload)