class YAMLScript

def initialize(**options)

def initialize(**options)
  # config not used yet
  @options = options
  # Create a new GraalVM isolate for life of the YAMLScript instance
  @isolate = Fiddle::Pointer.malloc(Fiddle::SIZEOF_VOIDP)
  @error = nil
end