index
:
netdata
debian
progress-linux
upstream
debian 12 backports: netdata
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fluent-bit
/
lib
/
wasm-micro-runtime-WAMR-1.2.2
/
samples
/
wasm-c-api
/
src
/
hello.wat
blob: 1c56c5582227725ec40cd27db02215d1954b7e6d (
plain
)
1
2
3
4
(
module
(
func
$hello
(
import
""
"hello"
))
(
func
(
export
"run"
)
(
call
$hello
))
)