Class: RubyWasmExt::ComponentLink
- Inherits:
-
Object
- Object
- RubyWasmExt::ComponentLink
- Defined in:
- sig/ruby_wasm/ext.rbs
Instance Method Summary collapse
- #adapter ⇒ void
- #encode ⇒ bytes
-
#initialize ⇒ ComponentLink
constructor
A new instance of ComponentLink.
- #library ⇒ void
- #stack_size ⇒ void
- #stub_missing_functions ⇒ void
- #use_built_in_libdl ⇒ void
- #validate ⇒ void
Constructor Details
#initialize ⇒ ComponentLink
Returns a new instance of ComponentLink.
15 |
# File 'sig/ruby_wasm/ext.rbs', line 15
def initialize: () -> void
|
Instance Method Details
#adapter ⇒ void
This method returns an undefined value.
17 |
# File 'sig/ruby_wasm/ext.rbs', line 17
def adapter: (String name, bytes module) -> void
|
#encode ⇒ bytes
22 |
# File 'sig/ruby_wasm/ext.rbs', line 22
def encode: () -> bytes
|
#library ⇒ void
This method returns an undefined value.
16 |
# File 'sig/ruby_wasm/ext.rbs', line 16
def library: (String name, bytes module, bool dl_openable) -> void
|
#stack_size ⇒ void
This method returns an undefined value.
19 |
# File 'sig/ruby_wasm/ext.rbs', line 19
def stack_size: (Integer) -> void
|
#stub_missing_functions ⇒ void
This method returns an undefined value.
20 |
# File 'sig/ruby_wasm/ext.rbs', line 20
def stub_missing_functions: (bool) -> void
|
#use_built_in_libdl ⇒ void
This method returns an undefined value.
21 |
# File 'sig/ruby_wasm/ext.rbs', line 21
def use_built_in_libdl: (bool) -> void
|
#validate ⇒ void
This method returns an undefined value.
18 |
# File 'sig/ruby_wasm/ext.rbs', line 18
def validate: (bool) -> void
|