Optional
args?: string[]The arguments to pass to the Ruby VM. Note that the first argument must be the Ruby program name.
An instantiate
function generated by @bytecodealliance/jco
that instantiates the Ruby component.
A function that returns a WebAssembly Core module within the Ruby component transpiled by @bytecodealliance/jco
.
Optional
instantiateCore?: (An optional function used to instantiate a WebAssembly Core module
WASI Preview 2 implementation, typically imported from import * as wasip2 from "@bytecodealliance/preview2-shim"
Optional
args?: string[]The arguments to pass to the Ruby VM. Note that the first argument must be the Ruby program name.
A lower-level instantiation function that instantiates the Ruby component with the given component that implements "ruby:js/js-runtime" WIT interface.