- freeVM
void freeVM()
Undocumented in source. Be warned that the author may not have intended to support it.
- initVM
void initVM()
Undocumented in source. Be warned that the author may not have intended to support it.
- readFile
char* readFile(char* path)
Undocumented in source. Be warned that the author may not have intended to support it.
- reportError
void reportError(WrenVM* vm, WrenErrorType type, const(char)* module_, int line, const(char)* message)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(WrenVM* vm, const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.