We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30be75e commit 4700050Copy full SHA for 4700050
README.md
@@ -476,6 +476,10 @@ components:
476
generate Python source code to interact with the component using an embedding
477
of Wasmtime for its core WebAssembly support.
478
479
+- Ruby: the [`wasmtime-rb`](https://github.com/bytecodealliance/wasmtime-rb)
480
+ project has initial support for components since
481
+ [v27](https://github.com/bytecodealliance/wasmtime-rb/releases/tag/v27.0.0).
482
+
483
- Tooling: the [`wasm-tools`] project can be used to inspect and modify
484
low-level details of components. For example as previously mentioned you can
485
inspect the WIT-based interface of a component with `wasm-tools component
0 commit comments