https://github.com/1337programming/world-of-boarcraft
https://github.com/1337programming/world-of-boarcraft
angular cpp emscripten webassembly
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1337programming/world-of-boarcraft
- Owner: 1337programming
- Created: 2017-11-22T22:00:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T18:52:08.000Z (over 8 years ago)
- Last Synced: 2025-01-08T07:42:48.008Z (over 1 year ago)
- Topics: angular, cpp, emscripten, webassembly
- Language: C++
- Size: 52.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly and Angular Example
## Installation
First, please install Emscripten. You can follow the instructions to install Emscripten on their website: http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html#sdk-download-and-install
You will then need to run `npm install`.
## Build
To build the application, you can run `npm run wasm`, which will generate the WebAssembly code.
Afterward, run `ng build` to build the Angular application with the WebAssembly code.
## Developing
The development pattern is similar to the build, except you will need to run `ng serve` instead.