index
:
wasm-test.git
master
WASM/WASI test playground
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c_wasm
/
hello.c
blob: 696b1fb0fc9be3948d9a024700a638f52155a802 (
plain
)
1
2
3
4
5
6
extern void xdx(); int Add(int a, int b) { xdx(); return a + b; }