https://github.com/jeffcav/web-assembly-demo
Invert image colors with web assembly.
https://github.com/jeffcav/web-assembly-demo
wasm web-assembly
Last synced: about 1 month ago
JSON representation
Invert image colors with web assembly.
- Host: GitHub
- URL: https://github.com/jeffcav/web-assembly-demo
- Owner: jeffcav
- Created: 2019-10-24T02:27:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T03:02:22.000Z (over 4 years ago)
- Last Synced: 2025-01-22T17:47:03.347Z (3 months ago)
- Topics: wasm, web-assembly
- Language: JavaScript
- Homepage:
- Size: 245 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Assembly Demo
A Web Assembly demo application that inverts the colors of an image.This repo helps understanding how a web app can support functions implemented in Web Assembly.