Document wasmtime-rb (#5485)

* Document wasmtime-rb

* Fix typo in `docs/lang-ruby.md`, improve copy
This commit is contained in:
Jimmy Bourassa
2022-12-21 20:02:31 -05:00
committed by GitHub
parent dbc29150b6
commit 24a2f8cac6
3 changed files with 67 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ the implementation:
* **[Python]** - the [`wasmtime` PyPI package]
* **[.NET]** - the [`Wasmtime` NuGet package]
* **[Go]** - the [`wasmtime-go` repository]
* **[Ruby]** - the [`wasmtime` gem]
[Rust]: https://bytecodealliance.github.io/wasmtime/lang-rust.html
[C]: https://bytecodealliance.github.io/wasmtime/examples-c-embed.html
@@ -130,6 +131,8 @@ the implementation:
[wasmtime-cpp]: https://github.com/bytecodealliance/wasmtime-cpp
[`wasmtime` Conan package]: https://conan.io/center/wasmtime
[`wasmtime-cpp` Conan package]: https://conan.io/center/wasmtime-cpp
[Ruby]: https://bytecodealliance.github.io/wasmtime/lang-ruby.html
[`wasmtime` gem]: https://rubygems.org/gems/wasmtime
## Documentation