aver-lang 0.26.0

VM and transpiler for Aver, a statically-typed language designed for AI-assisted development
Documentation
1
2
3
4
5
6

        (module
          {decls}
          (func (export "helper") (param $n i64) (result (ref null $aint))
            (struct.new $aint (local.get $n) (ref.null $mag) (i32.const 0))))