Home

Awesome

Awesome WebAssembly Languages Awesome

WebAssembly, or wasm for short, is a low-level bytecode format that runs in the browser just like JavaScript. It is designed to be faster to parse than JavaScript, as well as faster to execute which makes it a suitable compilation target for new and existing languages.

This repo contains a list of languages that currently compile to or have their VMs in WebAssembly(wasm) :octocat:

Contents


<a name="dotnet"></a>.Net <sup>top⇈</sup>

.NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library named Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages.


<a name="ada"></a>Ada <sup>top⇈</sup>

Ada is a structured, statically typed, imperative, and object-oriented high-level programming language, inspired by Pascal and other languages. It has built-in language support for design by contract (DbC), extremely strong typing, explicit concurrency, tasks, synchronous message passing, protected objects, and non-determinism. Ada improves code safety and maintainability by using the compiler to find errors in favor of runtime errors.


<a name="assemblyscript"></a>AssemblyScript <sup>top⇈</sup>

AssemblyScript is a new compiler targeting WebAssembly while utilizing TypeScript's syntax and node's vibrant ecosystem. Instead of requiring complex toolchains to set up, you can simply npm install it - or run it in a browser.


<a name="astro"></a>Astro <sup>top⇈</sup>

Astro is a fun safe language for rapid prototyping and high performance applications.


<a name="ballerina"></a>Ballerina <sup>top⇈</sup>

Ballerina is an open-source programming language for the cloud that makes it easier to use, combine, and create network services. The WebAssembly compiler is implemented for the native Ballerina compiler nBallerina.


<a name="basic"></a>BASIC <sup>top⇈</sup>

BASIC (acronym for "Beginners' All-purpose Symbolic Instruction Code") is an early general-purpose and high-level programming language. It's still one of the simplest and easy to learn languages.


<a name="brainfuck"></a>Brainfuck <sup>top⇈</sup>

Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. While it is fully Turing-complete, it is not intended for practical use, but to challenge and amuse programmers.


<a name="c"></a>C <sup>top⇈</sup>

C is a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations. C was originally developed by Dennis Ritchie between 1969 and 1973 at Bell Labs,[6] and used to re-implement the Unix operating system.


<a name="csharp"></a>C# <sup>top⇈</sup>

C# is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. Its development team is led by Anders Hejlsberg. WebAssembly support is achieved through Blazor.


<a name="cpp"></a>C++ <sup>top⇈</sup>

C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation. It was designed with a bias toward system programming and embedded, resource-constrained and large systems, with performance, efficiency and flexibility of use as its design highlights. The development of the language was started in 1979 by Bjarne Stroustrup as a "C with Classes".


<a name="c4wa"></a>c4wa <sup>top⇈</sup>

C4wa ("C for Web Assembly") is a subset of Standard C specifically targeted for simple and efficient Web Assembly compilation. Generated WASM files include no overhead, out of the box compatible with any Web Assembly runtime, support import of variable-argument functions (such as printf). There is also an option to create well-formatted and readable WAT files.


<a name="clean"></a>Clean <sup>top⇈</sup>

Clean is a general purpose, state-of-the-art, pure and lazy functional programming language designed for making real-world applications. Some of its most notable language features are uniqueness typing, dynamic typing, and generic functions.


<a name="co"></a>Co <sup>top⇈</sup>

A programming language similar to Go and TypeScript.


<a name="cobol"></a>COBOL <sup>top⇈</sup>

COBOL is a compiled English-like programming language designed for business use. It is imperative, procedural, and object-oriented. COBOL is primarily used in business, finance, and administrative systems.


<a name="crystal"></a>Crystal <sup>top⇈</sup>

Crystal is a programming language with the following goals:


<a name="cyber"></a>Cyber <sup>top⇈</sup>

Fast, efficient, and concurrent scripting. Dynamic and gradual types; Concurrency with fibers; Multithreaded; Memory safe; FFI and Embeddable.


<a name="d"></a>D <sup>top⇈</sup>

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.


<a name="dart"></a>Dart <sup>top⇈</sup>

An approachable, portable, and productive language for high-quality apps on any platform


<a name="eclair"></a>Eclair <sup>top⇈</sup>

Eclair is a minimal, fast Datalog implementation that compiles to LLVM IR and WASM.


<a name="eel"></a>Eel <sup>top⇈</sup>

Eel is a small language used for, among other things, writing visualizer "presets" for Milkdrop, the music visualization program which came with Winamp.


<a name="elixir"></a>Elixir <sup>top⇈</sup>

Elixir is a dynamic, functional language designed for building scalable and maintainable applications. Elixir builds on top of Erlang and shares the same abstractions for building distributed, fault-tolerant applications.


<a name="fsharp"></a>F# <sup>top⇈</sup>

F# is a mature, open source, cross-platform, functional-first programming language. It empowers users and organizations to tackle complex computing problems with simple, maintainable and robust code. WebAssembly support is achieved through Bolero, a set of free and open-source libraries and tools built on top of Blazor. F# was mainly conceived by Don Syme of Microsoft Research but it's now maintained by the F# Foundation and its community.


<a name="faust"></a>Faust <sup>top⇈</sup>

Faust (Functional Audio Stream) is a functional programming language specifically designed for real-time signal processing and synthesis. A distinctive characteristic of Faust is to be fully compiled.


<a name="forest"></a>Forest <sup>top⇈</sup>

Forest is a functional programming language that compiles to WebAssembly. The main repo contains the compiler and core syntaxes, currently implemented in Haskell.


<a name="forth"></a>Forth <sup>top⇈</sup>

Forth is an interactive, extensible, imperative, untyped, stack-based programming language.


<a name="go"></a>Go <sup>top⇈</sup>

Go is a statically typed compiled language in the tradition of C, with memory safety, garbage collection, structural typing, and CSP-style concurrent programming features added.


<a name="grain"></a>Grain <sup>top⇈</sup>

Grain is a strongly-typed functional programming language built for the modern web.


<a name="haskell"></a>Haskell <sup>top⇈</sup>

Haskell is a standardized, general-purpose purely functional programming language, with non-strict semantics and strong static typing. It is named after logician Haskell Curry.[1] The latest standard of Haskell is Haskell 2010. As of May 2016, a group is working on the next version, Haskell 2020.


<a name="idris"></a>Idris <sup>top⇈</sup>

Idris is a general purpose pure functional programming language with dependent types. Dependent types allow types to be predicated on values, meaning that some aspects of a program’s behaviour can be specified precisely in the type. It is compiled, with eager evaluation. Its features are influenced by Haskell and ML.


<a name="java"></a>Java <sup>top⇈</sup>

Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java was originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.


<a name="javascript"></a>JavaScript <sup>top⇈</sup>

JavaScript is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.


<a name="julia"></a>Julia <sup>top⇈</sup>

Julia was designed from the beginning for high performance. Julia programs compile to efficient native code for multiple platforms via LLVM.


<a name="kcl"></a>KCL <sup>top⇈</sup>

KCL is a constraint-based record & functional language mainly used in configuration and policy scenarios.


<a name="kotlin"></a>Kotlin <sup>top⇈</sup>

Kotlin is a modern but already mature programming language aimed to make developers happier. It's concise, safe, interoperable with Java and other languages, and provides many ways to reuse code between multiple platforms for productive programming.

Kotlin/Wasm is the new target and toolchain in the Kotlin family. It has a few special properties:


<a name="kou"></a>Kou <sup>top⇈</sup>

A minimal language compiled into wasm bytecode.


<a name="labview"></a>LabVIEW <sup>top⇈</sup>

LabVIEW is a development environment for the G dataflow graphical programming language used for data acquisition, instrument control, and industrial automation.


<a name="lisp"></a>Lisp <sup>top⇈</sup>

Lisp (historically LISP) is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation.


<a name="lobster"></a>Lobster <sup>top⇈</sup>

Lobster is a statically typed language with flow-sensitive type inference and specialization, compile time reference counting (lifetime analysis) that looks a bit like Python. It was originally intended specifically for games. Lobster has its own Wasm backend that compiles directly to linkable (with LLD) .wasm files.


<a name="lox"></a>Lox <sup>top⇈</sup>

Lox is a language created by Bob Nystrom, used to teach compilers in the book Crafting Interpreters. It is dynamically typed, and supports classes, closures, and first-class functions.


<a name="lua"></a>Lua <sup>top⇈</sup>

Lua is a lightweight, multi-paradigm programming language designed primarily for embedded systems and clients.[2] Lua is cross-platform, since the interpreter is written in ANSI C, and has a relatively simple C API. Lua was originally designed in 1993 as a language for extending software applications to meet the increasing demand for customization at the time.


<a name="lys"></a>Lys <sup>top⇈</sup>

Lys is a typed functional language that compiles directly to WebAssembly.


<a name="nelua"></a>Nelua <sup>top⇈</sup>

Minimal, simple, efficient, statically typed, compiled, metaprogrammable, safe, and extensible systems programming language with a Lua flavor.


<a name="nerd"></a>Nerd <sup>top⇈</sup>

NerdLang is a substract of JS with some additions, focus on efficiency. Nerd is a JavaScript native compiler aiming to make JavaScript universal, Nerd is able to compile native apps for Windows, Mac, Linux, iOS, Android, Raspberry, STM32, Arduino, Web (including WASM), and more.


<a name="never"></a>Never <sup>top⇈</sup>

Never is a simple functional programming language. Technically it may be classified as syntactically scoped, strongly typed, call by value, functional programming language.


<a name="nim"></a>Nim <sup>top⇈</sup>

A fringe language with some beautiful design patterns.


<a name="ocaml"></a>Ocaml <sup>top⇈</sup>

OCaml, originally named Objective Caml, is the main implementation of the programming language Caml, created by Xavier Leroy, Jérôme Vouillon, Damien Doligez, Didier Rémy, Ascánder Suárez and others in 1996. A member of the ML language family, OCaml extends the core Caml language with object-oriented programming constructs.


<a name="pascal"></a>Pascal <sup>top⇈</sup>

Pascal is a general purpose imperative, procedural and object-oriented static typing programming language. The Free Pascal compiler targets many processor architectures, including wasm32; operating systems, including WASI; and embedded platforms.


<a name="perl"></a>Perl <sup>top⇈</sup>

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.


<a name="php"></a>PHP <sup>top⇈</sup>

PHP is a general-purpose scripting language that is especially suited to server-side web development, in which case PHP generally runs on a web server. Any PHP code in a requested file is executed by the PHP runtime, usually to create dynamic web page content or dynamic images used on websites or elsewhere.


<a name="plorth"></a>Plorth <sup>top⇈</sup>

Plorth is stack based, concatenative, strongly typed functional scripting language which is easy to embed to applications written in C++. It's inspired by Forth and Factor programming languages.


<a name="poetry"></a>Poetry <sup>top⇈</sup>

Poetry is a poetically dynamic and simple programming language that compiles to WebAssembly. It has a minimalisting syntax akin to CoffeeScript and gives you full control over wasm imports and exports.


<a name="python"></a>Python <sup>top⇈</sup>

Python is an open source interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.


<a name="prolog"></a>Prolog <sup>top⇈</sup>

Prolog is a general-purpose logic programming language associated with artificial intelligence and computational linguistics. Prolog has its roots in first-order logic, a formal logic, and unlike many other programming languages, Prolog is intended primarily as a declarative programming language: the program logic is expressed in terms of relations, represented as facts and rules. A computation is initiated by running a query over these relations.


<a name="r"></a>R <sup>top⇈</sup>

R is a language and environment for statistical computing and graphics.


<a name="rego"></a>Rego <sup>top⇈</sup>

Open Policy Agent (OPA) is an open source, general-purpose policy engine that unifies policy enforcement across the stack. Rego is a high-level declarative policy language purpose-built for expressing policies over complex hierarchical data structures.


<a name="ring"></a>Ring <sup>top⇈</sup>

Ring is a Simple, Small, and Flexible practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Metaprogramming, Declarative programming using nested structures, and Natural programming. The language is portable (MS-DOS, Windows, Linux, macOS, Android, WebAssembly, etc.) and can be used to create Console, GUI, Web, Games, and Mobile applications.


<a name="roc"></a>Roc <sup>top⇈</sup>

A fast, friendly, functional language. Compiles to machine code or WASM. Roc is a direct descendant of the Elm programming language.


<a name="ruby"></a>Ruby <sup>top⇈</sup>

Ruby is an open source interpreted high-level programming language for general-purpose programming. Created by Matz. Ruby has a design philosophy that emphasizes code readability, notably using as few sigils (special chars:.{}%[]&=>;) as possible.


<a name="rust"></a>Rust <sup>top⇈</sup>

Rust is a systems programming language sponsored by Mozilla Research, which describes it as a "safe, concurrent, practical language,"supporting functional and imperative-procedural paradigms. Rust is syntactically similar to C++, but its designers intend it to provide better memory safety while maintaining performance.


<a name="scheme"></a>Scheme <sup>top⇈</sup>

Scheme is a programming language that supports multiple paradigms, including functional programming and imperative programming, and is one of the two main dialects of Lisp. Unlike Common Lisp, the other main dialect, Scheme follows a minimalist design philosophy specifying a small standard core with powerful tools for language extension..


<a name="scopes"></a>Scopes <sup>top⇈</sup>

Scopes is a general purpose programming language and compiler infrastructure specifically suited for short turnaround prototyping and development of high performance applications in need of multi-stage compilation at runtime.


<a name="speedyjs"></a>Speedy.js <sup>top⇈</sup>

Speedy.js is a compiler for a well considered, performance pitfalls free subset of JavaScript targeting WebAssembly. Because WebAssembly is statically-typed, the project uses TypeScript as type-checker and to resolve the types of the program symbols.


<a name="swift"></a>Swift <sup>top⇈</sup>

Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, Linux, and z/OS.


<a name="tcl"></a>Tcl <sup>top⇈</sup>

Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, mature but evolving, highly extensible and suitable for a very wide range of uses.


<a name="turboscript"></a>TurboScript <sup>top⇈</sup>

TurboScript is an experimental programming language for parallel programming for web which compiles to JavaScript (asm.js) and WebAssembly (targeting post-MVP). The syntax is similar to TypeScript and the compiler is open source and written in TypeScript. TurboScript has zero dependencies.


<a name="typescript"></a>TypeScript <sup>top⇈</sup>

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript, and adds optional static typing to the language.


<a name="v"></a>V <sup>top⇈</sup>

V is a statically typed compiled programming language designed for building maintainable software.


<a name="virgil"></a>Virgil <sup>top⇈</sup>

A fast and lightweight safe, garbage-collected systems programming language. Its compiler produces optimized, standalone native executables, WebAssembly modules, or JARs for the JVM.


<a name="wa"></a>Wa <sup>top⇈</sup>

Wa is a general-purpose programming language designed for developing robustness and maintainability WebAssembly software. Instead of requiring complex toolchains to set up, you can simply go install it - or run it in a browser.

凹语言™(凹读音“Wa”)是 针对 WASM 平台设计的的通用编程语言,支持 Linux、macOS 和 Windows 等主流操作系统和 Chrome 等浏览器环境,同时也支持作为独立Shell脚本和被嵌入脚本模式执行。


<a name="wah"></a>Wah <sup>top⇈</sup>

Wah is a slightly higher level language that is a superset of WebAssembly. It aims to make WebAssembly's text format slightly more friendly to humans, without introducing new syntax or datatypes.


<a name="walt"></a>WAlt <sup>top⇈</sup>

WAlt is an alternative syntax for WebAssembly text format. It's an experiment for using JavaScript syntax to write to as 'close to the metal' as possible. It's JavaScript with rules. .walt files compile directly to WebAssembly binary format.


<a name="wam"></a>Wam <sup>top⇈</sup>

WebAssembly Macro language: Wam syntax is a near superset of wast syntax that is more convenient for human developers to write directly.


<a name="wase"></a>Wase <sup>top⇈</sup>

WASE: WebAssembly made easy. Wase is a language, which tries to make WASM easy to write. The language maps closely to WebAssembly, and compiles directly to Wasm bytecode. Has strong typing with type inference.


<a name="webassembly"></a>WebAssembly <sup>top⇈</sup>

Yes, WebAssembly. Wasm3 is the fastest WebAssembly interpreter, that enables WebAssembly self-hosting.


<a name="wonkey"></a>Wonkey <sup>top⇈</sup>

Wonkey is an easy to learn, object-oriented, modern and cross-platform programming language for creating cross-platform video games, highly inspired by the "BlitzBasic" range of languages.


<a name="wracket"></a>Wracket <sup>top⇈</sup>

A lisp-like language that compiles to WebAssembly, written in racket


<a name="xcc"></a>xcc <sup>top⇈</sup>

Toy C compiler for x86-64 and wasm


<a name="zig"></a>Zig <sup>top⇈</sup>

Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.


Please read the contribution guidelines if you want to contribute.


License

CC0

To the extent possible under law, Steve Akinyemi has waived all copyright and related or neighboring rights to this work.