Skip to content

robwormald/angular-wasm

 
 

Repository files navigation

angular-wasm

A simple project showing how WebAssembly could be used in Angular 2+. The project includes some components and services to help this integration.

Prerequisites

You need to download and install Emscripten as described on the official website.

Build

To build the library, run the following in the root folder:

npm install
npm start

This will start a server at http://localhost:4200 where you can see the demo.

About

Services and directives for Angular 2+ to work with WebAssembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 33.6%
  • TypeScript 31.7%
  • C++ 15.0%
  • HTML 13.2%
  • JavaScript 3.5%
  • CSS 3.0%