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
- Host: GitHub
- URL: https://github.com/stevekm/rust-wasm-conda-demo
- Owner: stevekm
- Created: 2019-07-16T23:32:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T01:20:51.000Z (almost 6 years ago)
- Last Synced: 2024-10-24T10:06:29.519Z (6 months ago)
- Topics: conda, makefile, nodejs, rust, wasm, web-assembly
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-wasm-conda-demo
Demo setup of a Rust web assembly app in a conda environmentA 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:
# Software
Tested on macOS 10.12.6, should work on Linux as well
- GNU `make`
- `bash`
- Perl for some scripted text editing