@keyhive/keyhive 0.0.0-alpha.23 → 0.0.0-alpha.24
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/package.json +1 -1
- package/pkg/keyhive_wasm_bg.js +2 -2
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm.js +2 -2
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm.js +2 -2
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
package/package.json
CHANGED
package/pkg/keyhive_wasm_bg.js
CHANGED
|
@@ -269,7 +269,7 @@ export function setPanicHook() {
|
|
|
269
269
|
wasm.setPanicHook();
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
function
|
|
272
|
+
function __wbg_adapter_14(arg0, arg1, arg2) {
|
|
273
273
|
wasm.closure497_externref_shim(arg0, arg1, arg2);
|
|
274
274
|
}
|
|
275
275
|
|
|
@@ -3465,7 +3465,7 @@ export function __wbindgen_cast_25a0a844437d0e92(arg0, arg1) {
|
|
|
3465
3465
|
|
|
3466
3466
|
export function __wbindgen_cast_821aeed1a5f992b8(arg0, arg1) {
|
|
3467
3467
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 496, function: Function { arguments: [Externref], shim_idx: 497, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3468
|
-
const ret = makeMutClosure(arg0, arg1, 496,
|
|
3468
|
+
const ret = makeMutClosure(arg0, arg1, 496, __wbg_adapter_14);
|
|
3469
3469
|
return ret;
|
|
3470
3470
|
};
|
|
3471
3471
|
|
package/pkg/keyhive_wasm_bg.wasm
CHANGED
|
Binary file
|
package/pkg-node/keyhive_wasm.js
CHANGED
|
@@ -259,7 +259,7 @@ exports.setPanicHook = function() {
|
|
|
259
259
|
wasm.setPanicHook();
|
|
260
260
|
};
|
|
261
261
|
|
|
262
|
-
function
|
|
262
|
+
function __wbg_adapter_8(arg0, arg1, arg2) {
|
|
263
263
|
wasm.closure497_externref_shim(arg0, arg1, arg2);
|
|
264
264
|
}
|
|
265
265
|
|
|
@@ -3557,7 +3557,7 @@ exports.__wbindgen_cast_25a0a844437d0e92 = function(arg0, arg1) {
|
|
|
3557
3557
|
|
|
3558
3558
|
exports.__wbindgen_cast_821aeed1a5f992b8 = function(arg0, arg1) {
|
|
3559
3559
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 496, function: Function { arguments: [Externref], shim_idx: 497, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3560
|
-
const ret = makeMutClosure(arg0, arg1, 496,
|
|
3560
|
+
const ret = makeMutClosure(arg0, arg1, 496, __wbg_adapter_8);
|
|
3561
3561
|
return ret;
|
|
3562
3562
|
};
|
|
3563
3563
|
|
|
Binary file
|
package/pkg-slim/keyhive_wasm.js
CHANGED
|
@@ -265,7 +265,7 @@ export function setPanicHook() {
|
|
|
265
265
|
wasm.setPanicHook();
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
function
|
|
268
|
+
function __wbg_adapter_8(arg0, arg1, arg2) {
|
|
269
269
|
wasm.closure497_externref_shim(arg0, arg1, arg2);
|
|
270
270
|
}
|
|
271
271
|
|
|
@@ -3422,7 +3422,7 @@ function __wbg_get_imports() {
|
|
|
3422
3422
|
};
|
|
3423
3423
|
imports.wbg.__wbindgen_cast_821aeed1a5f992b8 = function(arg0, arg1) {
|
|
3424
3424
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 496, function: Function { arguments: [Externref], shim_idx: 497, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3425
|
-
const ret = makeMutClosure(arg0, arg1, 496,
|
|
3425
|
+
const ret = makeMutClosure(arg0, arg1, 496, __wbg_adapter_8);
|
|
3426
3426
|
return ret;
|
|
3427
3427
|
};
|
|
3428
3428
|
imports.wbg.__wbindgen_cast_ae91babfc5c19b28 = function(arg0, arg1) {
|
|
Binary file
|