@bitcredit/bcr-ebill-wasm 0.3.6 → 0.3.7
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/index.js +6 -6
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1872,27 +1872,27 @@ function __wbg_get_imports() {
|
|
|
1872
1872
|
const ret = false;
|
|
1873
1873
|
return ret;
|
|
1874
1874
|
};
|
|
1875
|
-
imports.wbg.
|
|
1875
|
+
imports.wbg.__wbindgen_closure_wrapper21610 = function(arg0, arg1, arg2) {
|
|
1876
1876
|
const ret = makeMutClosure(arg0, arg1, 4192, __wbg_adapter_57);
|
|
1877
1877
|
return ret;
|
|
1878
1878
|
};
|
|
1879
|
-
imports.wbg.
|
|
1879
|
+
imports.wbg.__wbindgen_closure_wrapper22127 = function(arg0, arg1, arg2) {
|
|
1880
1880
|
const ret = makeMutClosure(arg0, arg1, 4344, __wbg_adapter_60);
|
|
1881
1881
|
return ret;
|
|
1882
1882
|
};
|
|
1883
|
-
imports.wbg.
|
|
1883
|
+
imports.wbg.__wbindgen_closure_wrapper27387 = function(arg0, arg1, arg2) {
|
|
1884
1884
|
const ret = makeMutClosure(arg0, arg1, 5778, __wbg_adapter_63);
|
|
1885
1885
|
return ret;
|
|
1886
1886
|
};
|
|
1887
|
-
imports.wbg.
|
|
1887
|
+
imports.wbg.__wbindgen_closure_wrapper28047 = function(arg0, arg1, arg2) {
|
|
1888
1888
|
const ret = makeMutClosure(arg0, arg1, 5970, __wbg_adapter_66);
|
|
1889
1889
|
return ret;
|
|
1890
1890
|
};
|
|
1891
|
-
imports.wbg.
|
|
1891
|
+
imports.wbg.__wbindgen_closure_wrapper29367 = function(arg0, arg1, arg2) {
|
|
1892
1892
|
const ret = makeMutClosure(arg0, arg1, 6162, __wbg_adapter_69);
|
|
1893
1893
|
return ret;
|
|
1894
1894
|
};
|
|
1895
|
-
imports.wbg.
|
|
1895
|
+
imports.wbg.__wbindgen_closure_wrapper29392 = function(arg0, arg1, arg2) {
|
|
1896
1896
|
const ret = makeMutClosure(arg0, arg1, 6172, __wbg_adapter_72);
|
|
1897
1897
|
return ret;
|
|
1898
1898
|
};
|
package/index_bg.wasm
CHANGED
|
Binary file
|