@keyhive/keyhive 0.0.0-alpha.39 → 0.0.0-alpha.40
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_10(arg0, arg1, arg2) {
|
|
273
273
|
wasm.closure425_externref_shim(arg0, arg1, arg2);
|
|
274
274
|
}
|
|
275
275
|
|
|
@@ -3381,7 +3381,7 @@ export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
|
3381
3381
|
|
|
3382
3382
|
export function __wbindgen_cast_eec2736b920f1ce2(arg0, arg1) {
|
|
3383
3383
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 424, function: Function { arguments: [Externref], shim_idx: 425, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3384
|
-
const ret = makeMutClosure(arg0, arg1, 424,
|
|
3384
|
+
const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_10);
|
|
3385
3385
|
return ret;
|
|
3386
3386
|
};
|
|
3387
3387
|
|
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_10(arg0, arg1, arg2) {
|
|
263
263
|
wasm.closure425_externref_shim(arg0, arg1, arg2);
|
|
264
264
|
}
|
|
265
265
|
|
|
@@ -3449,7 +3449,7 @@ exports.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
|
3449
3449
|
|
|
3450
3450
|
exports.__wbindgen_cast_eec2736b920f1ce2 = function(arg0, arg1) {
|
|
3451
3451
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 424, function: Function { arguments: [Externref], shim_idx: 425, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3452
|
-
const ret = makeMutClosure(arg0, arg1, 424,
|
|
3452
|
+
const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_10);
|
|
3453
3453
|
return ret;
|
|
3454
3454
|
};
|
|
3455
3455
|
|
|
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.closure425_externref_shim(arg0, arg1, arg2);
|
|
270
270
|
}
|
|
271
271
|
|
|
@@ -3316,7 +3316,7 @@ function __wbg_get_imports() {
|
|
|
3316
3316
|
};
|
|
3317
3317
|
imports.wbg.__wbindgen_cast_eec2736b920f1ce2 = function(arg0, arg1) {
|
|
3318
3318
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 424, function: Function { arguments: [Externref], shim_idx: 425, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3319
|
-
const ret = makeMutClosure(arg0, arg1, 424,
|
|
3319
|
+
const ret = makeMutClosure(arg0, arg1, 424, __wbg_adapter_8);
|
|
3320
3320
|
return ret;
|
|
3321
3321
|
};
|
|
3322
3322
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
Binary file
|