eminetto / eltonminetto.dev

Repositório com os comentários do eltonminetto.dev
3 stars 0 forks source link

Interesting projects using WebAssembly #23

Open utterances-bot opened 3 months ago

utterances-bot commented 3 months ago

Interesting projects using WebAssembly

This text is the last part of a series of posts I wrote about one of the technologies that have had the most impact on me in recent years: WebAssembly.

https://eltonminetto.dev/en/post/2024-04-06-webassembly-products/

marcio199226 commented 3 months ago

https://marcio199226.github.io/mchat-site/public/ pwa: https://app-mchat.surge.sh

I had experimented with go & wasm trying to port the encryption library of my messenger to the web world and after a few days I made a 1:1 porting of my desktop app to browsers (so for mobile user too)

It works pretty good considerating that there are a lot of rsa/aes operations. With one codebase I'm able to write for 3 desktop platforms and for all modern browsers with some drawbacks / features not available for the latter

There are a lot of optimizations that can be done though but is already usable

marcio199226 commented 3 months ago

p.s tldr: wasm is an interesting technology