-
Notifications
You must be signed in to change notification settings - Fork 460
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
multiple build processes, processes disagree #59
Comments
Happy to update runtests to handle this. I personally dislike what ocamlbuild does. |
SGTM as well. Would be nicer if we did get a binary named |
It looks like #83 would fix this. |
littledan
pushed a commit
to littledan/spec
that referenced
this issue
Mar 4, 2018
The spec says that wait's third argument is an i64, but the example shows a f64, probably following a previous version of the spec.
eqrion
pushed a commit
to eqrion/wasm-spec
that referenced
this issue
Jul 18, 2019
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this issue
Nov 18, 2019
Default to full IEEE 754 support for now. The issue of handling subnormals needs to be addressed (possibly by a global FTZ flag or mode switching), but allowing platforms to behave differently on FTZ semantics should not be baked into the specification.
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this issue
Nov 19, 2019
Rewrite explainer (again) to take into account new names, scope, and concepts
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this issue
Mar 2, 2023
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this issue
Mar 2, 2023
Remove test cases with let
rossberg
pushed a commit
that referenced
this issue
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using src/Makefile, one gets an executable at src/wasm. However, runtests.py expects an executable at src/main.native. It'd be useful for these to agree; which one is preferable?
The text was updated successfully, but these errors were encountered: