exp: client host and demo app using wasm/wasmtime
diff --git a/apps/client/hello/go.mod b/apps/client/hello/go.mod
new file mode 100644
index 0000000..11ee5f3
--- /dev/null
+++ b/apps/client/hello/go.mod
@@ -0,0 +1,8 @@
+module github.com/giolekva/pcloud/apps/client/hello
+
+go 1.18
+
+require (
+	github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
+	github.com/bytecodealliance/wasmtime-go v0.36.0
+)