From 95ef1315c6fea2de25ee4bef9f858d3cd471e46f Mon Sep 17 00:00:00 2001 From: Physcik Date: Tue, 16 Dec 2025 17:25:58 +0500 Subject: Wasm -> go --- c_wasm/hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 c_wasm/hello.c (limited to 'c_wasm') diff --git a/c_wasm/hello.c b/c_wasm/hello.c new file mode 100644 index 0000000..696b1fb --- /dev/null +++ b/c_wasm/hello.c @@ -0,0 +1,6 @@ +extern void xdx(); + +int Add(int a, int b) { + xdx(); + return a + b; +} -- cgit v1.3