+ added method TJSWebAssemblyMemory.grow

This commit is contained in:
Nikolay Nikolov 2022-07-09 02:45:09 +03:00
parent 6512160636
commit 3518f1ae9a

View File

@ -24,6 +24,7 @@ Type
Public
constructor new (memorydescriptor : TJSWebAssemblyMemoryDescriptor);
constructor new (memorydescriptor : TJSObject);
Function grow(number : NativeInt) : NativeInt; external name 'grow';
Property buffer : TJSArrayBuffer Read FBuffer;
Property length: NativeInt Read FLength;
end;