index
:
wasm-test.git
master
WASM/WASI test playground
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello.c
blob: 09d79cee17eb4ff83a66688808fae8952d947841 (
plain
)
1
2
3
int Add(int a, int b) { return a + b; }