-
Notifications
You must be signed in to change notification settings - Fork 695
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
OOM errors #903
Comments
We should do: |
As a clarification: I think OOM on Again, this is a corner-case. |
What JF says sounds reasonable to me.
…On Sun, Dec 18, 2016 at 10:32 PM, JF Bastien ***@***.***> wrote:
As a clarification: I think OOM on WebAssembly.validate should be an OOM
exception, not a validation failure: we may never be able to compile the
module, but it's not fundamentally invalid. Pretty much the only valid
usage of validate is to do feature detection, it would be odd to "lie" on
OOM.
Again, this is a corner-case.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#903 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALnq1JMYNpA0HPXtuIyziZpvKn2ENoJgks5rJaZxgaJpZM4LL-9P>
.
|
Agreed; that also matches what we've done. |
This was fixed in #1059. |
Forking from #901 (comment)
Should we call out out-of-memory errors separately, or do they cause Compile / Link errors? This seems similar to @gahaas' clarification w.r.t. stack error in #875.
The text was updated successfully, but these errors were encountered: