Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamisntdead/wasm-markov

Markov Chains Implemented in Rust, Powered By WebAssembly 🔥
https://github.com/adamisntdead/wasm-markov

markov-chain wasm web web-assembly

Last synced: about 2 months ago
JSON representation

Markov Chains Implemented in Rust, Powered By WebAssembly 🔥

Awesome Lists containing this project

README

        

# Markov WebAssembly

> Markov Chains Implemented in Rust, Powered By WebAssembly 🔥

![Demo Image](https://cdn.rawgit.com/adamisntdead/wasm-markov/4e072f11/screenshot.png)

## Usage

First you are gonna have to get Rust at [rust-lang.org](https://www.rust-lang.org/).
Then, you will need to have [nodejs](https://nodejs.org/) installed.

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

```bash
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