From e85a57d51bd42be1da33cf170884c5fea70bea28 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 13 Sep 2021 17:26:38 +0300 Subject: [PATCH] Updated README.md with reference to C Conan package (#3307) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 089fed0906..0efd698baa 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ You can use Wasmtime from a variety of different languages through embeddings of the implementation: * **[Rust]** - the [`wasmtime` crate] -* **[C]** - the [`wasm.h`, `wasi.h`, and `wasmtime.h` headers][c-headers] +* **[C]** - the [`wasm.h`, `wasi.h`, and `wasmtime.h` headers][c-headers] or use [`wasmtime` Conan package] * **[C++]** - the [`wasmtime-cpp` repository][wasmtime-cpp] * **[Python]** - the [`wasmtime` PyPI package] * **[.NET]** - the [`Wasmtime` NuGet package] @@ -109,6 +109,7 @@ the implementation: [Go]: https://bytecodealliance.github.io/wasmtime/lang-go.html [`wasmtime-go` repository]: https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go [wasmtime-cpp]: https://github.com/bytecodealliance/wasmtime-cpp +[`wasmtime` Conan package]: https://conan.io/center/wasmtime ## Documentation