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
In #1628 we remove the option of building with noir_wasm, since noir-source-resolver was causing issues when being imported simultaneously via esm (from a3-packages) and commonjs (from noir_wasm).
We should revisit this issue: make the necessary changes in both noir_wasm and noir-source-resolver (making sure we don't accidentally break other uses), ensure that the noir_wasm that corresponds to the aztec version is published consistently (the publishing job is failing at the time of this writing), and revert #1628. If this works, we should also make wasm the default choice for compiling, and remove nargo as a prerequisite from the compile guide.
The text was updated successfully, but these errors were encountered:
In #1628 we remove the option of building with
noir_wasm
, sincenoir-source-resolver
was causing issues when being imported simultaneously via esm (from a3-packages) and commonjs (from noir_wasm).We should revisit this issue: make the necessary changes in both
noir_wasm
andnoir-source-resolver
(making sure we don't accidentally break other uses), ensure that thenoir_wasm
that corresponds to theaztec
version is published consistently (the publishing job is failing at the time of this writing), and revert #1628. If this works, we should also makewasm
the default choice for compiling, and removenargo
as a prerequisite from the compile guide.The text was updated successfully, but these errors were encountered: