16 ms·
https://webassembly.org/docs/use-cases/ https://webassembly.org/docs/use-cases/ TL;DR: - "almost fast as native code for web browsers” - in case you wanna do s
by hknd 6y ago
https://webassembly.org/docs/use-cases/ 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)
- arethuza 6y agoUsing webasm as a general purpose platform for the execution of untrusted code is also pretty interesting - this might be within server side code or non-browser desktop apps.