progress on external functions

This commit is contained in:
2026-07-04 19:50:52 +10:00
parent 7c29048397
commit 5337a9e375
2 changed files with 49 additions and 5 deletions

View File

@@ -300,6 +300,9 @@ struct GroundBytecodeFunction {
GroundBytecodeHeap* closure;
GroundSize _requiredSize;
// Only for native function
GroundType* returnType;
};
struct GroundBytecodeStruct {};
struct GroundBytecodeObject {};