From 942d5d8b84f55d71a275a7d6f3446587ab7368a3 Mon Sep 17 00:00:00 2001 From: Physcik Date: Mon, 15 Dec 2025 15:26:38 +0500 Subject: Wasm build pipeline --- hello.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.c (limited to 'hello.c') diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..09d79ce --- /dev/null +++ b/hello.c @@ -0,0 +1,3 @@ +int Add(int a, int b) { + return a + b; +} -- cgit v1.3