https://github.com/wolfg1969/wasm-build-tool
https://github.com/wolfg1969/wasm-build-tool
docker emsdk wasm
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolfg1969/wasm-build-tool
- Owner: wolfg1969
- Created: 2019-06-23T06:04:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T01:58:03.000Z (over 6 years ago)
- Last Synced: 2024-10-11T23:29:40.275Z (about 1 year ago)
- Topics: docker, emsdk, wasm
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
$ docker build -t wasm-build-tool .
$ cd /
$ docker run --rm -v `pwd`:/src wasm-build-tool sh build.sh
```