@noir-lang/noir_wasm 1.0.0-beta.3-fdd2fe7.nightly → 1.0.0-beta.3-3239a4a.nightly
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/node/index_bg.wasm
CHANGED
|
Binary file
|
package/dist/node/main.js
CHANGED
|
@@ -410,7 +410,7 @@ const PathToFileSourceMapFinalization = (typeof FinalizationRegistry === 'undefi
|
|
|
410
410
|
? { register: () => {}, unregister: () => {} }
|
|
411
411
|
: new FinalizationRegistry(ptr => wasm.__wbg_pathtofilesourcemap_free(ptr >>> 0, 1));
|
|
412
412
|
/**
|
|
413
|
-
* This
|
|
413
|
+
* This map contains the paths of all of the files in the entry-point crate and
|
|
414
414
|
* the transitive dependencies of the entry-point crate.
|
|
415
415
|
*
|
|
416
416
|
* This is for all intents and purposes the file system that the compiler will use to resolve/compile
|