Follow up #8700 with moving code from the AST fuzzer to a place they can be shared without having to add the fuzzer as a dependency:
- Producing an ABI description from the monomorphized AST
- Converting ABI inputs into SSA interpreter arguments
Then remove the dependency on noir_ast_fuzzer from nargo_cli.
Follow up #8700 with moving code from the AST fuzzer to a place they can be shared without having to add the fuzzer as a dependency:
Then remove the dependency on
noir_ast_fuzzerfromnargo_cli.