Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ This repo contains a list of languages that currently compile to or have their V
- [Wonkey](#wonkey)

- :egg: - Work in progress.
- [Aver](#aver)
- [Ballerina](#ballerina)
- [BASIC](#basic)
- [Co](#co)
Expand Down Expand Up @@ -133,6 +134,12 @@ This repo contains a list of languages that currently compile to or have their V

--------------------

### <a name="aver"></a>Aver <sup>[top⇈](#contents)</sup>
> Aver is a statically typed language designed for AI-assisted development. Every function carries optional prose intent, effects are tracked in the type system, and verify blocks act as executable specs.
* [Aver](https://github.com/jasisz/aver) - compiles to standalone `.wasm` modules with typed ABI (Int→i64, Float→f64, Bool→i32, heap types→i32 ptr). Supports own `aver/*` import ABI for custom hosts, `--adapter wasi` for standalone wasmtime, and a built-in browser runner. Also compiles to native Rust and exports to Lean 4 proofs.

--------------------

### <a name="ballerina"></a>Ballerina <sup>[top⇈](#contents)</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](https://github.com/ballerina-platform/nballerina).
Expand Down