Wren Plugin for Xojo

EinhugurWren.Configuration Class

Configuration class to pass to Wren VM object.

Object
   Configuration

class EinhugurWren.Configuration

Constructors

ConfigurationConstructor which takes callback for write, and callback for error handling. Both parameters are optional.

Methods

RegisterForeignClassRegisters method hosted in Xojo which can be instanced from Wren script.
RegisterForeignMethodRegisters method hosted in Xojo which can be called from Wren script.
SetModuleLoaderSets handler callback to load up external modules.

Delegates

ErrorDelegateDelegate to receive error feed.
LoadModuleDelegateDelegate to resolve external modules.
WriteDelegateDelegate to get print line callbacks.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS