Compiling To WASM
There are many languages that compile to WASM and this section is not an exhaustive list of them! Each of these guides provides a brief overview of the language and links to resources for compiling that language to WASM.
Other Languages
if there is another language which you think should be on this list why not Open a Pull Request and add it!
📄️ AssemblyScript
AssemblyScript is a typescript-like language designed for compiling to WebAssembly.
📄️ C/C++
C and C++ are two of the most well known and widely used languages in the world.
📄️ Python
Python is one of the most widely used scripting languages in the world.
📄️ Rust
Rust is one of the best languages to use to compile to WASM. With full support for WASM & WASI easy to use, just by specifying a compiler flag. Much of the "crates" ecosystem can be compiled for WASM.
📄️ Web Assembly Text
Web Assembly Text (WAT) is a direct text representation of WASM code.