Wren::VM
Constructors
Instance methods
bind(klass)
Sourcebind_method(klass : String, static? : Bool, signature : String, mod : String = "main", &block : LibWren::ForeignMethodFn)
Sourcecall(handle : Pointer(LibWren::Handle), signature : String, args = [] of Value, static = false, mod = "main") : Value
Sourceconfig
Sourceconstruct(klass : String, signature : String, args = [] of Value, mod = "main") : Pointer(LibWren::Handle)
Sourcefinalize
Source