hello.wat 83 B

1234
  1. (module
  2. (func $hello (import "" "hello"))
  3. (func (export "run") (call $hello))
  4. )