Class: RubyWasmExt::WasiVirt

Inherits:
Object
  • Object
show all
Defined in:
sig/ruby_wasm/ext.rbs

Instance Method Summary collapse

Constructor Details

#initializeWasiVirt

Returns a new instance of WasiVirt.



36
# File 'sig/ruby_wasm/ext.rbs', line 36

def initialize: () -> void

Instance Method Details

#allow_allvoid

This method returns an undefined value.



37
# File 'sig/ruby_wasm/ext.rbs', line 37

def allow_all: () -> void

#composebytes

Parameters:

  • component_bytes (bytes)

Returns:

  • (bytes)


40
# File 'sig/ruby_wasm/ext.rbs', line 40

def compose: (bytes component_bytes) -> bytes

#finishbytes

Returns:

  • (bytes)


39
# File 'sig/ruby_wasm/ext.rbs', line 39

def finish: () -> bytes

#map_dirvoid

This method returns an undefined value.

Parameters:

  • guest_path (String)
  • host_path (String)


38
# File 'sig/ruby_wasm/ext.rbs', line 38

def map_dir: (String guest_path, String host_path) -> void