This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Description
Thanks for working on this, I like the direction this is going! I have a few questions about how this proposal will integrate with WebAssembly.
- What are the expected changes to WebAssembly.Memory?
- Is it expected that the
buffer accessor will always return the same ResizableArrayBuffer?
- Are there cases where a regular
ArrayBuffer should be used (perhaps if the maximum memory size isn't provided)?
- What is the expected behavior if a WebAssembly.Memory's associated
ResizableArrayBuffer is shrunk? Do we disallow that operation?