https://github.com/1337programming/wasm-angular-example
Example of using WebAssembly within an Angular Application
https://github.com/1337programming/wasm-angular-example
Last synced: 12 months ago
JSON representation
Example of using WebAssembly within an Angular Application
- Host: GitHub
- URL: https://github.com/1337programming/wasm-angular-example
- Owner: 1337programming
- Created: 2017-06-26T00:44:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T00:44:28.000Z (almost 9 years ago)
- Last Synced: 2025-03-28T19:39:03.596Z (12 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 20
- Watchers: 6
- Forks: 3
- 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.