-
Notifications
You must be signed in to change notification settings - Fork 234
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
feat: noir_wasm compilation of noir programs #3272
Merged
Merged
Changes from 23 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
41413c5
stop committing artifacts
dan-aztec b2c5741
undo box artifact changes
dan-aztec 9abd0ff
compile non-contract package types with noir-wasm-compiler.ts
dan-aztec b51c19a
revert "binary" to "bin"
dan-aztec e44955d
bin
dan-aztec fa43b73
revert to nargo for compiler
dan-aztec 27c62b2
use types, still broken
dan-aztec ae7ef52
remove src/target from git
dan-aztec 94d6399
handle non-contract return type
dan-aztec 1473663
generate types
dan-aztec 3a9bd7e
handle program differently from contract
dan-aztec d62887e
handle program and contract separately
dan-aztec cde221e
update test
dan-aztec d26d6ac
stop logging
dan-aztec d1b1d4e
fix type
dan-aztec c34bb69
switch command name to compile
dan-aztec c79086e
readd src/target for testing
dan-aztec d1f1ecb
point outdir to src/target
dan-aztec e655751
single build, and absoltue path to /src/target
dan-aztec 7ebbf5d
merge conflicts
dan-aztec 452b858
checkout origin/master barretenberg?
dan-aztec c635a05
fetch
dan-aztec e2c70da
Revert "checkout origin/master barretenberg?"
dan-aztec eae79ec
revert noir-protocol-circuits changes
dan-aztec cf82db1
origin not local
dan-aztec 1f38e39
revert more protocol circuits changes
dan-aztec 71ba52f
rename to compileNoir
dan-aztec 0911592
Merge branch 'master' into dan/build-artifacts-ci-merge-conflicgt
dan-aztec 955417e
update yarn command to compile
dan-aztec 8efa75a
revert formatting
dan-aztec 47b8c2b
Merge branch 'master' into dan/build-artifacts-ci-merge-conflicgt
dan-aztec af5832f
update compileContract name
dan-aztec eb6f46e
Merge branch 'master' into dan/build-artifacts-ci-merge-conflicgt
dan-aztec d7abdb5
merge conflict
dan-aztec c2659eb
small change to output json data
dan-aztec 857101e
move generateTypescript logic out of noir-protocol-circuits
dan-aztec d3a51cc
write program types to ../types/
dan-aztec 2dde02d
remove formatted deleted code
dan-aztec d2af58d
revert cpp format
dan-aztec d5ada69
revert package.json change
dan-aztec ac66988
formatting
dan-aztec b0be295
formatting
dan-aztec File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
699 changes: 0 additions & 699 deletions
699
yarn-project/aztec.js/src/artifacts/ecdsa_account_contract.json
This file was deleted.
Oops, something went wrong.
687 changes: 0 additions & 687 deletions
687
yarn-project/aztec.js/src/artifacts/schnorr_account_contract.json
This file was deleted.
Oops, something went wrong.
622 changes: 0 additions & 622 deletions
622
yarn-project/aztec.js/src/artifacts/schnorr_single_key_account_contract.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
must have an auto formatter on, can revert