Updated Toy to 0.7.0

This commit is contained in:
2023-01-13 16:29:56 +00:00
parent ec47adcd9a
commit f5d4b35097
7 changed files with 9 additions and 8 deletions

View File

@@ -127,8 +127,6 @@ static int nativeLoadRootNode(Interpreter* interpreter, LiteralArray* arguments)
inner.depth = interpreter->depth + 1;
inner.panic = false;
initLiteralArray(&inner.stack);
inner.exports = interpreter->exports;
inner.exportTypes = interpreter->exportTypes;
inner.hooks = interpreter->hooks;
setInterpreterPrint(&inner, interpreter->printOutput);
setInterpreterAssert(&inner, interpreter->assertOutput);