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

https://github.com/stevekm/rust-wasm-conda-demo

Demo setup of a Rust web assembly app in a conda environment
https://github.com/stevekm/rust-wasm-conda-demo

conda makefile nodejs rust wasm web-assembly

Last synced: about 2 months ago
JSON representation

Demo setup of a Rust web assembly app in a conda environment

Awesome Lists containing this project

README

        

# rust-wasm-conda-demo
Demo setup of a Rust web assembly app in a conda environment

A scripted setup of the Rust Web Assembly (WASM) tutorial (https://rustwasm.github.io/book/game-of-life/hello-world.html), using `conda` (Anaconda, Miniconda).

# Usage

Clone this repo:

```
git clone https://github.com/stevekm/rust-wasm-conda-demo.git
cd rust-wasm-conda-demo
```

Install dependencies; conda, Rust, Node.js, WASM:

```
make install
```

Make sure it worked:

```
make test
```

Download and build the WASM "Game of Life" demo:

```
make build
```

Run the app:

```
make run
```

Check it out in your web browser:

Screen Shot 2019-07-16 at 7 41 49 PM

# Software

Tested on macOS 10.12.6, should work on Linux as well

- GNU `make`

- `bash`

- Perl for some scripted text editing