Class: RubyWasmExt::ComponentEncode
- Inherits:
-
Object
- Object
- RubyWasmExt::ComponentEncode
- Defined in:
- sig/ruby_wasm/ext.rbs
Instance Method Summary collapse
- #adapter ⇒ void
- #encode ⇒ bytes
- #import_name_map ⇒ void
-
#initialize ⇒ ComponentEncode
constructor
A new instance of ComponentEncode.
- #module ⇒ void
- #realloc_via_memory_grow ⇒ void
- #validate ⇒ void
Constructor Details
#initialize ⇒ ComponentEncode
Returns a new instance of ComponentEncode.
26 |
# File 'sig/ruby_wasm/ext.rbs', line 26
def initialize: () -> void
|
Instance Method Details
#adapter ⇒ void
This method returns an undefined value.
28 |
# File 'sig/ruby_wasm/ext.rbs', line 28
def adapter: (String name, bytes module) -> void
|
#encode ⇒ bytes
32 |
# File 'sig/ruby_wasm/ext.rbs', line 32
def encode: () -> bytes
|
#import_name_map ⇒ void
This method returns an undefined value.
31 |
# File 'sig/ruby_wasm/ext.rbs', line 31
def import_name_map: (Hash[String, String] map) -> void
|
#module ⇒ void
This method returns an undefined value.
29 |
# File 'sig/ruby_wasm/ext.rbs', line 29
def module: (bytes module) -> void
|
#realloc_via_memory_grow ⇒ void
This method returns an undefined value.
30 |
# File 'sig/ruby_wasm/ext.rbs', line 30
def realloc_via_memory_grow: (bool) -> void
|
#validate ⇒ void
This method returns an undefined value.
27 |
# File 'sig/ruby_wasm/ext.rbs', line 27
def validate: (bool) -> void
|