-
Notifications
You must be signed in to change notification settings - Fork 824
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+ |
939: Fix WASI append bug, add test r=MarkMcCaskey a=MarkMcCaskey resolves #936 Co-authored-by: Mark McCaskey <[email protected]>
@@ -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+ |
939: Fix WASI append bug, add test r=syrusakbary a=MarkMcCaskey resolves #936 Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
bors r- |
Canceled |
bors r+ |
938: Fuzz all the backends. r=nlewycky a=nlewycky ![](https://i.imgflip.com/3fq2bw.jpg) 939: Fix WASI append bug, add test r=MarkMcCaskey a=MarkMcCaskey resolves #936 Co-authored-by: Nick Lewycky <[email protected]> Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
Build failed (retrying...)
|
939: Fix WASI append bug, add test r=MarkMcCaskey a=MarkMcCaskey resolves #936 Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
Canceled |
bors r+ |
939: Fix WASI append bug, add test r=MarkMcCaskey a=MarkMcCaskey resolves #936 Co-authored-by: Mark McCaskey <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
Build succeeded
|
resolves #936