File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ use crate::{
28
28
/// @yard
29
29
/// @rename Wasmtime::Component::Component
30
30
/// Represents a WebAssembly component.
31
- /// @note Support for Wasm components in the Ruby bindings is experimental. APIs may change in the future.
32
31
/// @see https://docs.rs/wasmtime/latest/wasmtime/component/struct.Component.html Wasmtime's Rust doc
33
32
#[ magnus:: wrap(
34
33
class = "Wasmtime::Component::Component" ,
Original file line number Diff line number Diff line change 2
2
return if defined? ( Wasmtime ::Component ::Result )
3
3
4
4
module Wasmtime
5
- # @note Support for Wasm components in the Ruby bindings is experimental. APIs may change in the future.
6
5
module Component
7
6
# Represents a component model's +result<O, E>+ type.
8
7
class Result
You can’t perform that action at this time.
0 commit comments