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

Ensure the ./bin directory is present even with --skip-verification #665

Merged
merged 5 commits into from
Oct 11, 2022

Conversation

Integralist
Copy link
Collaborator

@Integralist Integralist commented Oct 11, 2022

Problem: Currently, using --skip-verification will remove a critical side-effect step (i.e. it will also skip creating a ./bin directory necessary for compilers to place the main.wasm file into).

Solution: We move the code for creating the bin directory out of the validation code section, to before we attempt validating the user's toolchain.

@Integralist Integralist added the bug Something isn't working label Oct 11, 2022
@Integralist Integralist changed the title Ensure the ./bin directory is present Ensure the ./bin directory is present even with --skip-verification Oct 11, 2022
Copy link
Member

@fgsch fgsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you 👍

@Integralist Integralist merged commit 0e63c06 into main Oct 11, 2022
@Integralist Integralist deleted the integralist/bin-dir branch October 11, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants