otter 0.5.1

Otter game system; main Rust crate.
Documentation
1
2
3
export function addTwo1(a:int32, b:int32): int32 {
  return a + b;
}