Skip to content

adamisntdead/wasm-markov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Markov Chains Implemented in Rust, Powered By WebAssembly 🔥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published