We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the noir-wasm crate relies on a dist folder which is only ever created in the CI using the upload_artifacts option.
dist
The contents of dist is just the contents of result, but as it stands you need to modify this to make test runnable
result
Unify the workflow so that tests can be ran locally without change and in the CI.
We could change the local code to create a dist folder or perhaps change the CI.
No response
No
The text was updated successfully, but these errors were encountered:
wasm
Successfully merging a pull request may close this issue.
Problem
Currently the noir-wasm crate relies on a
dist
folder which is only ever created in the CI using the upload_artifacts option.The contents of dist is just the contents of
result
, but as it stands you need to modify this to make test runnableHappy Case
Unify the workflow so that tests can be ran locally without change and in the CI.
We could change the local code to create a dist folder or perhaps change the CI.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: