https://github.com/stereobooster/docker-rust-wasm
https://github.com/stereobooster/docker-rust-wasm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereobooster/docker-rust-wasm
- Owner: stereobooster
- License: mit
- Created: 2018-09-16T01:36:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T04:04:23.000Z (over 7 years ago)
- Last Synced: 2025-04-05T17:45:56.476Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```