gonzaloruizdevilla / image-manipulation-assemblyscript

Demo AssemblyScript project that manipulates an image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image manipulation demo project with AssemblyScript

To compile the AssemblyScript file execute

npm install
npm run asbuild

Then run a web server locally and open the index.html file.

You should compare the JavaScript code inside index.html and assembly/index.ts to understand the similarities and differences between JavaScript and AssemblyScript.

About

Demo AssemblyScript project that manipulates an image

License:Other


Languages

Language:HTML 77.7%Language:TypeScript 22.3%