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

https://github.com/stereobooster/docker-rust-wasm


https://github.com/stereobooster/docker-rust-wasm

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# docker-rust-wasm

Preinstalled dependencies for https://rustwasm.github.io/book/game-of-life/setup.html

## Usage

```
docker run -v "$PWD":/usr/src/myapp -w /usr/src/myapp --rm --interactive --tty stereobooster/rust-wasm
USER= cargo generate --git https://github.com/rustwasm/wasm-pack-template
cd
wasm-pack init
```

## Development

```
docker build -t rust-wasm .
docker tag rust-wasm stereobooster/rust-wasm
docker push stereobooster/rust-wasm
```