-
Notifications
You must be signed in to change notification settings - Fork 743
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
Add missing finalize() call #1184
Conversation
Thanks, this looks right. Let's also add a test. You can add to one of the files in |
Done! As side question: I'm on macOS, and it looks like neither Expand `./check.py` output
Because of this I had to write my own Dockerfile. I'm wondering if it is worth to check-in that Dockerfile for those like me? |
Hmm, you can run check and auto-update with Dockerfile looks like it might be useful to check in, yeah. Is there a convention for such things, like what directory they go in, etc? |
Indeed,
I'm not an expert in such kind of things. Example that I know of is rust, but they use docker along with Travis CI. |
Looks like
finalize
call is missing inBinaryenCallIndirect
.This may cause validation fail in the case when target and/or operands have the unreachable type.