@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.
|
@@ -30,7 +30,7 @@ export function __wbindgen_string_get(arg0: any, arg1: any): void;
|
|
|
30
30
|
export function __wbindgen_string_new(arg0: any, arg1: any): string;
|
|
31
31
|
export function __wbindgen_throw(arg0: any, arg1: any): never;
|
|
32
32
|
/**
|
|
33
|
-
* This
|
|
33
|
+
* This map contains the paths of all of the files in the entry-point crate and
|
|
34
34
|
* the transitive dependencies of the entry-point crate.
|
|
35
35
|
*
|
|
36
36
|
* This is for all intents and purposes the file system that the compiler will use to resolve/compile
|
|
@@ -85,7 +85,7 @@ export class CrateId {
|
|
|
85
85
|
free(): void;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* This
|
|
88
|
+
* This map contains the paths of all of the files in the entry-point crate and
|
|
89
89
|
* the transitive dependencies of the entry-point crate.
|
|
90
90
|
*
|
|
91
91
|
* This is for all intents and purposes the file system that the compiler will use to resolve/compile
|