xref: /wasmtime-44.0.1/examples/threads.wat (revision 0f9be3d1)
1(module
2    (func $hello (import "global" "hello"))
3    (func (export "run") (call $hello))
4)
5