GitHub - mbaneshi/wasm-angular-example: Example of using WebAssembly within an Angular Application · GitHub
Skip to content

mbaneshi/wasm-angular-example

 
 

Repository files navigation

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.

About

Example of using WebAssembly within an Angular Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • TypeScript 80.4%
  • JavaScript 11.3%
  • HTML 4.6%
  • C 3.2%
  • CSS 0.5%