You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could also consider a #[entry_point] directive to specify this in the source code if applicable.
Or if naming is the issue, we could consider automatically renaming main based on the backend.
Problem
As a Developer
I would like to specify entry_point as a compilation option
so that the default noir-source-resolver could be used on NodeJS
Proposed solution
Allow entry_point parameter to compilation options.
Alternatives considered
Relying on specifying source resolver each time allows resolving sources from different locations.
Additional context
No response
The text was updated successfully, but these errors were encountered: