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

Noir Compiler #5605

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Noir Compiler #5605

wants to merge 16 commits into from

Conversation

ioedeveloper
Copy link
Member

@ioedeveloper ioedeveloper commented Jan 6, 2025

  • Refactored components from circom compiler for use in Noir compiler, to avoid duplicate components.
  • Create a parser for Noir circuit, because @noir-lang/noir_wasm lib does not provide a native parser.
  • Modify webpack to rewrite @noir-lang/noir_wasm package.json, because it does not correctly export the wasm compiler for the browser.
  • Resolve dependencies in a flat directory structure ('/src') while catching circular dependencies. Note: Still to be improved.
  • Display parsing errors in the editor.
  • Add webp icon provided by @ryestew
    Related Issues:
    Support Noir Compiler: Part 2 #5732

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 6ca203b
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/67a5ec1989ca350008006140
😎 Deploy Preview https://deploy-preview-5605--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ioedeveloper ioedeveloper marked this pull request as ready for review February 3, 2025 15:59
@ioedeveloper ioedeveloper requested a review from yann300 February 3, 2025 15:59
@yann300
Copy link
Contributor

yann300 commented Feb 6, 2025

got unreachable error after compiling (test.nr)

fn main(age: u8) {
  assert(age >= 18);
}

@ioedeveloper
Copy link
Member Author

got unreachable error after compiling (test.nr)

fn main(age: u8) {
  assert(age >= 18);
}

This noir circuit compiles fine for me @yann300

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants