Skip to content

Latest commit

History

History
30 lines (20 loc) 路 700 Bytes

README.md

File metadata and controls

30 lines (20 loc) 路 700 Bytes

Markov WebAssembly

Markov Chains Implemented in Rust, Powered By WebAssembly 馃敟

Demo Image

Usage

First you are gonna have to get Rust at rust-lang.org. Then, you will need to have nodejs installed.

For the WebAssembly side of things, you are going to have to get to Rust nightly, and install the WebAssembly compiler.

rustup default nightly
rustup target add wasm32-unknown-unknown --toolchain nightly

Then you need to install the dependencies and compile the WebAssembly

npm install
npm run build-debug
npm run serve

License

MIT