wasm-lang/doc/lang.md

95 B

language

let name = 1234;
let name: i32 = 1234;

fn foo(param: type) -> type {
  
}