mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-25 09:10:13 +02:00
+ added method TJSWebAssemblyMemory.grow
This commit is contained in:
parent
6512160636
commit
3518f1ae9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user