mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Assembly library started
This commit is contained in:
@@ -41,7 +41,7 @@ async function compile(srcFile, options) {
|
||||
ctx.field = new ZqField(options.p);
|
||||
ctx.verbose= options.verbose || false;
|
||||
ctx.mainComponent = options.mainComponent || "main";
|
||||
|
||||
ctx.newThreadTemplates = options.newThreadTemplates;
|
||||
|
||||
constructionPhase(ctx, srcFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user