WASI Preview 1 implementation supporting reactor model ABI
Optional
args?: string[]The arguments to pass to the Ruby VM. Note that the first argument must be the Ruby program name.
Optional
addToImports?: (imports: WebAssembly.Imports) => voidA hook to add additional imports to the WebAssembly instance
Optional
setMemory?: (memory: WebAssembly.Memory) => voidA hook called with the WebAssembly memory instance just after the Ruby VM is instantiated
The WebAssembly module that contains the Ruby VM