Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🔥
- Host: GitHub
- URL: https://github.com/adamisntdead/wasm-markov
- Owner: adamisntdead
- Created: 2018-06-05T17:04:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T17:08:23.000Z (over 6 years ago)
- Last Synced: 2024-10-25T03:58:55.613Z (3 months ago)
- Topics: markov-chain, wasm, web, web-assembly
- Language: Rust
- Size: 257 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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