serialize.wat 84 Bytes
Newer Older
1 2 3 4
(module
  (func $hello (import "" "hello"))
  (func (export "run") (call $hello))
)