-
Notifications
You must be signed in to change notification settings - Fork 702
Closed
Description
It seems useful and low-cost to add the following functionality to WebAssembly.Memory:
initialsizemaximumsizecurrent(orbyteLengthto matchArrayBuffer?)
It would also be nice to have similar accessors on WebAssembly.Instance: an Instance's Memory isn't necessarily exported, and therefore isn't accessible. Introspecting its size would still be nice.
Thoughts? Name bikeshed?
Reactions are currently unavailable