rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
82 lines (38 loc) • 996 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IWebAssemblyMemoryMemory](./rc-js-util.iwebassemblymemorymemory.md)
## IWebAssemblyMemoryMemory interface
Copied from lib.dom.d.ts to avoid portability issues.
**Signature:**
```typescript
export interface IWebAssemblyMemoryMemory
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[buffer](./rc-js-util.iwebassemblymemorymemory.buffer.md)
</td><td>
`readonly`
</td><td>
ArrayBuffer \| SharedArrayBuffer
</td><td>
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[grow(delta)](./rc-js-util.iwebassemblymemorymemory.grow.md)
</td><td>
</td></tr>
</tbody></table>