-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory.prototype.grow(1) TypeArray(memory.buffer, memory.buffer.byteLength/2, memory.buffer.byteLength) RangeError #1358
Comments
Adjusting the code
Chromium 86
Nightly 80
|
You'll have much more luck opening such reports against the browser in question, not here. https://bugs.chromium.org/p/chromium/issues/list |
The question as to whether the described result is specified and intended behaviour or not should be asked to implementers? The original goal is to test
however that does not appear possible. Am asking is that by design? |
That's javascript, not webassembly, though. |
These issues hint at the specific subject matter, yet do not answer the question asked at OP
Am using Was any formal discussion enagaged by JavaScript, implementers and WebAssembly re this specific subject matter? Is the output expected? How can a implementer issue be filed when the specification does not state, or does not refer to the expected behaviour? Asking a very simple question that might have a very complicated answer, nonetheless, ask anyway to address the WebAssembly side of the issue - unless this is not an issue and clearly defined, where if that is the case, why? |
Will file an issue with JavaScript. Although implementers do whatever they want, in this case there is consistency, leading to the question is this agreed upon behaviour? |
@taralx FWIW after experimenting at a 32-bit machine was able to |
Chromium 86
Nightly 80
Is this specified and expected behaviour?
The text was updated successfully, but these errors were encountered: