Skip to content

Commit a1808b8

Browse files
authored
Remove note on experimental component support (#431)
1 parent 668d461 commit a1808b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ext/src/ruby_api/component.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use crate::{
2828
/// @yard
2929
/// @rename Wasmtime::Component::Component
3030
/// Represents a WebAssembly component.
31-
/// @note Support for Wasm components in the Ruby bindings is experimental. APIs may change in the future.
3231
/// @see https://docs.rs/wasmtime/latest/wasmtime/component/struct.Component.html Wasmtime's Rust doc
3332
#[magnus::wrap(
3433
class = "Wasmtime::Component::Component",

lib/wasmtime/component.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
return if defined?(Wasmtime::Component::Result)
33

44
module Wasmtime
5-
# @note Support for Wasm components in the Ruby bindings is experimental. APIs may change in the future.
65
module Component
76
# Represents a component model's +result<O, E>+ type.
87
class Result

0 commit comments

Comments
 (0)