Class: RubyWasmExt::WasiVirt
- Inherits:
-
Object
- Object
- RubyWasmExt::WasiVirt
- Defined in:
- sig/ruby_wasm/ext.rbs
Instance Method Summary collapse
- #allow_all ⇒ void
- #compose ⇒ bytes
- #finish ⇒ bytes
-
#initialize ⇒ WasiVirt
constructor
A new instance of WasiVirt.
- #map_dir ⇒ void
Constructor Details
#initialize ⇒ WasiVirt
Returns a new instance of WasiVirt.
36 |
# File 'sig/ruby_wasm/ext.rbs', line 36
def initialize: () -> void
|
Instance Method Details
#allow_all ⇒ void
This method returns an undefined value.
37 |
# File 'sig/ruby_wasm/ext.rbs', line 37
def allow_all: () -> void
|
#compose ⇒ bytes
40 |
# File 'sig/ruby_wasm/ext.rbs', line 40
def compose: (bytes component_bytes) -> bytes
|
#finish ⇒ bytes
39 |
# File 'sig/ruby_wasm/ext.rbs', line 39
def finish: () -> bytes
|
#map_dir ⇒ void
This method returns an undefined value.
38 |
# File 'sig/ruby_wasm/ext.rbs', line 38
def map_dir: (String guest_path, String host_path) -> void
|