Sep 16, 2024
There are two use cases for WebAssembly:
1. Move heavy computational parts from JavaScript code into a WebAssembly codebase.
2. Expand your existing native apps to the web without rewriting all of your existing code.
Case number 2 is currently the most common situation that we see in real-world applications. For example:
1. Adobe Photoshop for the web (porting their existing C++ code to the web).
2. GoodNotes for the web (porting their existing Swift code to the web).