Added link to C++ Conan package (#3368)
This commit is contained in:
@@ -93,7 +93,7 @@ the implementation:
|
|||||||
|
|
||||||
* **[Rust]** - the [`wasmtime` crate]
|
* **[Rust]** - the [`wasmtime` crate]
|
||||||
* **[C]** - the [`wasm.h`, `wasi.h`, and `wasmtime.h` headers][c-headers] or use [`wasmtime` Conan package]
|
* **[C]** - the [`wasm.h`, `wasi.h`, and `wasmtime.h` headers][c-headers] or use [`wasmtime` Conan package]
|
||||||
* **[C++]** - the [`wasmtime-cpp` repository][wasmtime-cpp]
|
* **[C++]** - the [`wasmtime-cpp` repository][wasmtime-cpp] or use [`wasmtime-cpp` Conan package]
|
||||||
* **[Python]** - the [`wasmtime` PyPI package]
|
* **[Python]** - the [`wasmtime` PyPI package]
|
||||||
* **[.NET]** - the [`Wasmtime` NuGet package]
|
* **[.NET]** - the [`Wasmtime` NuGet package]
|
||||||
* **[Go]** - the [`wasmtime-go` repository]
|
* **[Go]** - the [`wasmtime-go` repository]
|
||||||
@@ -110,6 +110,7 @@ the implementation:
|
|||||||
[`wasmtime-go` repository]: https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go
|
[`wasmtime-go` repository]: https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go
|
||||||
[wasmtime-cpp]: https://github.com/bytecodealliance/wasmtime-cpp
|
[wasmtime-cpp]: https://github.com/bytecodealliance/wasmtime-cpp
|
||||||
[`wasmtime` Conan package]: https://conan.io/center/wasmtime
|
[`wasmtime` Conan package]: https://conan.io/center/wasmtime
|
||||||
|
[`wasmtime-cpp` Conan package]: https://conan.io/center/wasmtime-cpp
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user