free method

void free()

Frees the memory used by the VM. It shouldn't be used after this

Implementation

void free() {
  _bindings.wrenFreeVM(_ptrVm);
}