xref
: /
wasmtime-44.0.1
/
examples
/
hello.wat
(revision 3c51d3ad)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
(module
2
(func $hello (import "" "hello"))
3
(func (export "run") (call $hello))
4
)
5