agnivade / shimmer

Image transformation in wasm using Go

Home Page:https://agniva.me/shimmer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use the Go compiler at tip?

justinclift opened this issue Β· comments

The README currently has:

Use the Go compiler at tip.

Is that still correct even with the 1.11 Go release?

Asking because shimmer would probably be a decent example to add to the WebAssembly wiki page. πŸ˜„

Haha no, 1.11 works just fine now.

Thanks, will add this to the examples then. πŸ˜„

Just had a thought. Any interest in adjusting the Settings -> Source bit for this repo, so it's served via GitHub Pages?

That would allow for linking both to a live demo + to the source. eg like the ones here:

    https://github.com/golang/go/wiki/WebAssembly#webgl-canvas-3d

Seems to be an effective approach. 😁

Ah no, that won't work because I don't have the compiled shimmer.wasm checked in. But that is a genius idea actually. Maybe I will do it in a separate branch.

Awesome. Yeah, just add the .wasm + support bits and it should be good to go. πŸ˜„

Added Shimmer to the examples list here:

    https://github.com/golang/go/wiki/WebAssembly#general

If/when you get the .wasm file added + GitHub Pages going, feel free to update the entry. πŸ˜„