xref: /wasmtime-44.0.1/examples/threads.wat (revision 7a1b7cdf)
115c68f2cSYury Delendik(module
2*7a1b7cdfSAlex Crichton    (func $hello (import "global" "hello"))
3*7a1b7cdfSAlex Crichton    (func (export "run") (call $hello))
415c68f2cSYury Delendik)
5