| commit | 0990ccff2590e5e701b72223a7429aa9355b19fc | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Fri May 13 16:12:38 2022 +0400 |
| committer | giolekva <giolekva@gmail.com> | Fri May 13 16:12:38 2022 +0400 |
| tree | e24b2ee55df1a86850f377d52f8a2e7e37f32972 | |
| parent | b080224657e528819dbf4a9858cc2574e37ba43e [diff] [blame] |
exp: client host and demo app using wasm/wasmtime
diff --git a/apps/client/hello/call_host/Cargo.toml b/apps/client/hello/call_host/Cargo.toml new file mode 100644 index 0000000..6b4f30b --- /dev/null +++ b/apps/client/hello/call_host/Cargo.toml
@@ -0,0 +1,11 @@ +[package] +name = "call_host" +version = "0.1.0" +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +tui = {version = "0.18.0", default-features = false} +wasi = "0.11.0+wasi-snapshot-preview1"