tkms 0.9.0-rc29 → 0.9.0-rc30
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/kms_lib.js +4 -4
- package/kms_lib_bg.wasm +0 -0
- package/package.json +1 -1
package/kms_lib.js
CHANGED
|
@@ -1525,16 +1525,16 @@ function __wbg_get_imports() {
|
|
|
1525
1525
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
1526
1526
|
return ret;
|
|
1527
1527
|
};
|
|
1528
|
-
imports.wbg.__wbg_reencryptionresponse_unwrap = function(arg0) {
|
|
1529
|
-
const ret = ReencryptionResponse.__unwrap(arg0);
|
|
1530
|
-
return ret;
|
|
1531
|
-
};
|
|
1532
1528
|
imports.wbg.__wbindgen_number_get = function(arg0, arg1) {
|
|
1533
1529
|
const obj = arg1;
|
|
1534
1530
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1535
1531
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1536
1532
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1537
1533
|
};
|
|
1534
|
+
imports.wbg.__wbg_reencryptionresponse_unwrap = function(arg0) {
|
|
1535
|
+
const ret = ReencryptionResponse.__unwrap(arg0);
|
|
1536
|
+
return ret;
|
|
1537
|
+
};
|
|
1538
1538
|
imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
|
|
1539
1539
|
const obj = arg1;
|
|
1540
1540
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
package/kms_lib_bg.wasm
CHANGED
|
Binary file
|