Skip to content
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

Fix the path to the wasm executable to match what the Makefile builds. #92

Merged
merged 3 commits into from
Oct 2, 2015

Conversation

sunfishcode
Copy link
Member

This fixes #59. I have no idea if it works on Windows. If this fix is inappropriate, please tell me what I can do to fix this instead. Thanks!

@pjuftring
Copy link
Contributor

The travis-testscript still creates "main.native" and therefore fails. (A simple "mv main.native wasm" does the trick.)
Everything's fine on Windows, at least on Cygwin.

@sunfishcode
Copy link
Member Author

@pjuftring Fixed, thanks!

@rossberg
Copy link
Member

rossberg commented Oct 1, 2015 via email

@sunfishcode
Copy link
Member Author

I updated --build to just invoke the Makefile. It Works For Me (tm).

@sunfishcode
Copy link
Member Author

Merging, because it fixes #59 and no one has objected so far.

sunfishcode added a commit that referenced this pull request Oct 2, 2015
Fix the path to the wasm executable to match what the Makefile builds.
@sunfishcode sunfishcode merged commit 93d7c0b into master Oct 2, 2015
@sunfishcode sunfishcode deleted the runtests-name branch October 2, 2015 17:38
eqrion pushed a commit to eqrion/wasm-spec that referenced this pull request Jul 18, 2019
eqrion pushed a commit to eqrion/wasm-spec that referenced this pull request Jul 18, 2019
data.drop must update the store, not the frame. There may be multiple
copies of the frame, so any updates will only update once. We can make
sure that all copies are updated by using an indirection through data
addresses and updating the store instead.

See discussion in PR WebAssembly#92.
alexcrichton pushed a commit to alexcrichton/spec that referenced this pull request Nov 18, 2019
…ntation-status

Update ImplementationStatus for WAVM
rossberg pushed a commit that referenced this pull request Feb 11, 2021
In the generated test files the generic imports contained a function that does not exist anymore. This caused all tests to fail. This PR removes the function from the imports.
rossberg pushed a commit that referenced this pull request Nov 6, 2024
"index" was renamed to "address". Without this change, all JS tests
generated from the core tests will fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

multiple build processes, processes disagree
3 participants