https://github.com/zprodev/emscripten-dev-template
Template for development using emscripten
https://github.com/zprodev/emscripten-dev-template
Last synced: 1 day ago
JSON representation
Template for development using emscripten
- Host: GitHub
- URL: https://github.com/zprodev/emscripten-dev-template
- Owner: zprodev
- Created: 2018-06-01T07:04:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T08:53:42.000Z (over 7 years ago)
- Last Synced: 2025-05-14T10:22:18.247Z (9 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# emscripten-dev-template
Template for development using emscripten
# build
After installing [Emscripten SDK](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html)
```
emcmake cmake .
emmake make
```