-
Notifications
You must be signed in to change notification settings - Fork 852
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 WASI append bug, add test #939
Conversation
3b699df
to
6478342
Compare
Thank you for the tests 🙏 |
bors r+ |
@@ -83,7 +83,7 @@ pub fn compile(file: &str, ignores: &HashSet<String>) -> Option<String> { | |||
.arg("+nightly") | |||
.arg("--target=wasm32-wasi") | |||
.arg("-C") | |||
.arg("opt-level=s") | |||
.arg("opt-level=z") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like it's part of a different change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is, but using a new version of nightly locally means all the generated wasm modules will change anyways, so I figured I might as well make this change that I've been meaning to make for a while anyways
Build failed
|
bors retry |
bors r- |
Canceled |
bors r+ |
Merge conflict (retrying...) |
Merge conflict |
bors r+ |
bors r- |
Canceled |
bors r+ |
938: Fuzz all the backends. r=nlewycky a=nlewycky  939: Fix WASI append bug, add test r=MarkMcCaskey a=MarkMcCaskey resolves #936 Co-authored-by: Nick Lewycky <nick@wasmer.io> Co-authored-by: Mark McCaskey <mark@wasmer.io> Co-authored-by: Syrus Akbary <me@syrusakbary.com>
Build failed (retrying...)
|
Canceled |
bors r+ |
Build succeeded
|
resolves #936