Feeling pretty defeated right now. I've been working reviving the shirt site (https://reggi.substack.com/p/the-shirt-site) using Deno with the hopes of moving it off of node.js and being able to use @deno_land I've been playing around with the image magick wasm library for months https://github.com/dlemstra/magick-wasm learning a bunch of things and came up with a pretty proficient caching mechanism using a image bucket. All to find out that I can't serve images properly from a web server.

Issue: https://github.com/dlemstra/magick-wasm/issues/106

☠️🌊⛵️

The Shirt Site

Documenting a failed side project

Thomas’s Thoughts

@thomasreggi @deno_land Any chance you could move the ImageMagick WASM to the browser? I've learned with Deno Deploy to really move CPU-intensive stuff off the server and onto the browser, using the server just to get stuff from DB or making some network API calls.

I even use libsodium on the client for password hashing, cutting the server out completely! 🤯