@noir-lang/noirc_abi
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.0-0925a33.nightly
@@ -10,4 +10,2 @@ let imports = {}; | ||
function getObject(idx) { return heap[idx]; } | ||
let heap_next = heap.length; | ||
@@ -24,2 +22,4 @@ | ||
function getObject(idx) { return heap[idx]; } | ||
function dropObject(idx) { | ||
@@ -234,7 +234,2 @@ if (idx < 132) return; | ||
module.exports.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
module.exports.__wbg_new_a5524ba913512cfc = function() { | ||
@@ -275,2 +270,7 @@ const ret = new Map(); | ||
module.exports.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
module.exports.__wbindgen_string_new = function(arg0, arg1) { | ||
@@ -277,0 +277,0 @@ const ret = getStringFromWasm0(arg0, arg1); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.0-0925a33.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -40,3 +40,3 @@ "homepage": "https://noir-lang.org/", | ||
"dependencies": { | ||
"@noir-lang/types": "1.0.0-beta.0" | ||
"@noir-lang/types": "1.0.0-beta.0-0925a33.nightly" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
@@ -7,4 +7,2 @@ let wasm; | ||
function getObject(idx) { return heap[idx]; } | ||
let heap_next = heap.length; | ||
@@ -21,2 +19,4 @@ | ||
function getObject(idx) { return heap[idx]; } | ||
function dropObject(idx) { | ||
@@ -265,6 +265,2 @@ if (idx < 132) return; | ||
imports.wbg = {}; | ||
imports.wbg.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
imports.wbg.__wbg_new_a5524ba913512cfc = function() { | ||
@@ -299,2 +295,6 @@ const ret = new Map(); | ||
}; | ||
imports.wbg.__wbindgen_is_undefined = function(arg0) { | ||
const ret = getObject(arg0) === undefined; | ||
return ret; | ||
}; | ||
imports.wbg.__wbindgen_string_new = function(arg0, arg1) { | ||
@@ -301,0 +301,0 @@ const ret = getStringFromWasm0(arg0, arg1); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1073842
+ Added@noir-lang/types@1.0.0-beta.0-0925a33.nightly(transitive)
- Removed@noir-lang/types@1.0.0-beta.0(transitive)