|
|
|
|
|
by hknd
2051 days ago
|
|
https://webassembly.org/docs/use-cases/ TL;DR:
- "almost fast as native code for web browsers” - in case you wanna do some expensive computing without a server
- "Compiling Existing Applications for the Browser" - port existing code into the browser (eg cpp apps) |
|