8000 GitHub - yml/shimmer: Image transformation in wasm using Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yml/shimmer

 
 

Repository files navigation

shimmer

“The shimmer is a prism but it refracts everything.”- Annihilation (2018)

Image transformation in wasm using Go.

screenshot

Just a demo project done on a weekend to play with images inside the browser using WASM. Use the Go compiler at tip. Performance lag is noticeable for images over 100KB.

Setup

  • Edit the Makefile to point to your tip compiler.
  • Run make
  • Serve the files using any HTTP server. (Note that .wasm files need to be served with application/wasm mime type. So the server must be capable of doing that.)

About

Image transformation in wasm using Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.9%
  • Go 33.4%
  • HTML 9.8%
  • Makefile 0.9%
0