Class: RubyWasmExt::WasiVfs
- Inherits:
-
Object
- Object
- RubyWasmExt::WasiVfs
- Defined in:
- sig/ruby_wasm/ext.rbs
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ WasiVfs
constructor
A new instance of WasiVfs.
- #map_dir ⇒ void
- #pack ⇒ bytes
Constructor Details
#initialize ⇒ WasiVfs
Returns a new instance of WasiVfs.
5 |
# File 'sig/ruby_wasm/ext.rbs', line 5
def initialize: () -> void
|
Class Method Details
.run_cli ⇒ void
This method returns an undefined value.
7 |
# File 'sig/ruby_wasm/ext.rbs', line 7
def self.run_cli: (Array[String] args) -> void
|
Instance Method Details
#map_dir ⇒ void
This method returns an undefined value.
9 |
# File 'sig/ruby_wasm/ext.rbs', line 9
def map_dir: (String guest_path, String host_path) -> void
|
#pack ⇒ bytes
11 |
# File 'sig/ruby_wasm/ext.rbs', line 11
def pack: (bytes module_bytes) -> bytes
|