From e3d492ec27b8b3b5bff62fa410d000390a441f7b Mon Sep 17 00:00:00 2001 From: sandstrom Date: Wed, 3 May 2023 09:04:30 +0200 Subject: [PATCH 1/2] Add ruby to list of languages --- index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.md b/index.md index f51119c..cca5249 100644 --- a/index.md +++ b/index.md @@ -182,6 +182,7 @@ the implementation: * **[Python]** - the [`wasmtime` PyPI package] * **[.NET]** - the [`Wasmtime` NuGet package] * **[Go]** - the [`wasmtime-go` repository] +* **[Ruby]** - the [`wasmtime-rb` repository] [Rust]: https://bytecodealliance.github.io/wasmtime/lang-rust.html [C]: https://bytecodealliance.github.io/wasmtime/examples-c-embed.html @@ -196,6 +197,8 @@ the implementation: [C++]: 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-rb/ +[`wasmtime-rb` repository]: https://github.com/bytecodealliance/wasmtime-rb From 904a2d081a12e7ac832b841c742106eb4ddfd47c Mon Sep 17 00:00:00 2001 From: sandstrom Date: Thu, 25 Jan 2024 11:30:00 +0100 Subject: [PATCH 2/2] fixup! Add ruby to list of languages --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index cca5249..6c1e320 100644 --- a/index.md +++ b/index.md @@ -182,7 +182,7 @@ the implementation: * **[Python]** - the [`wasmtime` PyPI package] * **[.NET]** - the [`Wasmtime` NuGet package] * **[Go]** - the [`wasmtime-go` repository] -* **[Ruby]** - the [`wasmtime-rb` repository] +* **[Ruby]** - the [`wasmtime-rb` gem] [Rust]: https://bytecodealliance.github.io/wasmtime/lang-rust.html [C]: https://bytecodealliance.github.io/wasmtime/examples-c-embed.html @@ -197,8 +197,8 @@ the implementation: [C++]: 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-rb/ -[`wasmtime-rb` repository]: https://github.com/bytecodealliance/wasmtime-rb +[Ruby]: https://bytecodealliance.github.io/wasmtime/lang-ruby.html +[`wasmtime-rb` gem]: https://rubygems.org/gems/wasmtime