Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 686 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 686 Bytes

ng-rust-demo

This is a demo for showcasing the integration of a Rust Library compiled to WebAssembly into an Angular Application. It uses Photon - a Rust Library for Image processing developed by Silvia O'Dwyer

Build

To build and run the project you can use the build.sh script. It compiles the Rust files located in the cate Folder into WebAssembly. The WebAssembly File and its JavaScript clue code is located in ng-rust/src/photon.

Prerequisite