1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Alternative to WAT

## Built-In Types

* i32
* i64
* f32
* f64

## Functions

```
def name(arg1: type, arg2: type) -> type {

} 
```