-
Notifications
You must be signed in to change notification settings - Fork 19
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
trap on divide by zero? #14
Comments
I looked it up to make sure we specified this behavior. c.f. design repo behavior on trap:
|
Yep, v8-native-prototype doesn't trap, it does the asm.js things, for this Known issues:
On Tue, Sep 29, 2015 at 1:04 AM, JF Bastien notifications@github.com
|
Also, shifts implicitly mask the right-hand size, and should do a range On Tue, Sep 29, 2015 at 2:13 AM, Ben L. Titzer titzer@google.com wrote:
|
Note that the spec repo's conversion operators aren't quite aligned with the design repo yet; WebAssembly/spec#87 fixes the remaining known issues. |
Interestingly, this actually crashes:
with:
|
Yeah, not generating zero checks yet :-/ On Mon, Nov 9, 2015 at 3:23 PM, Ben Smith notifications@github.com wrote:
|
This was implemented in 17323bd |
This traps in the spec repo, but succeeds in v8-native-prototype.
The text was updated successfully, but these errors were encountered: