We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668d461 commit a1808b8Copy full SHA for a1808b8
2 files changed
ext/src/ruby_api/component.rs
@@ -28,7 +28,6 @@ use crate::{
28
/// @yard
29
/// @rename Wasmtime::Component::Component
30
/// Represents a WebAssembly component.
31
-/// @note Support for Wasm components in the Ruby bindings is experimental. APIs may change in the future.
32
/// @see https://docs.rs/wasmtime/latest/wasmtime/component/struct.Component.html Wasmtime's Rust doc
33
#[magnus::wrap(
34
class = "Wasmtime::Component::Component",
lib/wasmtime/component.rb
@@ -2,7 +2,6 @@
2
return if defined?(Wasmtime::Component::Result)
3
4
module Wasmtime
5
- # @note Support for Wasm components in the Ruby bindings is experimental. APIs may change in the future.
6
module Component
7
# Represents a component model's +result<O, E>+ type.
8
class Result
0 commit comments