WebAssembly.fr/en/

What is WebAssembly used for?

List of the many examples of uses of this intermediate language.

The committee that defines the Wasm language gave us a list of possible uses of the language. Note that while it is expected that many programming languages will be compiled to wasm in the future, replacing JavaScript in the browser by another language compiled to wasm is not contemplated...

However, we can fully build an application in Wasm in certain cases, for a game for example, if it has its own interface, otherwise the most frequent use case is an HTML and JavaScript interface with a Wasm library.

For the browser

Outside the browser

Inspired by the list - not exhaustive - published by WebAssembly.org.