| ▲ | kitd 8 days ago | |||||||||||||||||||||||||||||||
The author explains why you might want to use Go instead at the end of the readme.  | ||||||||||||||||||||||||||||||||
| ▲ | onion2k 8 days ago | parent [-] | |||||||||||||||||||||||||||||||
I don't think any of the use cases suggested really make sense though. For a compute-intense task like audio or video processing, or for scientific computing where there's likely to be a requirement to fetch a ton of data, the browser is the wrong place to do that work. Build a frontend and make an API that runs on a server somewhere. As for cryptography, trusting that the WASM build of your preferred library hasn't introduced any problems demonstrates a level of risk tolerance that far exceeds what most people working in cryptography would accept. Besides, browsers have quite good cryptographic APIs built in. :)  | ||||||||||||||||||||||||||||||||
  | ||||||||||||||||||||||||||||||||