@diaryx/wasm 1.3.2-dev.45897a6 → 1.3.2-dev.d59e7ae
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/diaryx_wasm.js +2 -2
- package/package.json +1 -1
package/diaryx_wasm.js
CHANGED
|
@@ -1214,12 +1214,12 @@ function __wbg_get_imports() {
|
|
|
1214
1214
|
return ret;
|
|
1215
1215
|
},
|
|
1216
1216
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1217
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1217
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 548, function: Function { arguments: [NamedExternref("Event")], shim_idx: 549, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1218
1218
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h383b907cd99501f0, wasm_bindgen__convert__closures_____invoke__h8c538aa099029b45);
|
|
1219
1219
|
return ret;
|
|
1220
1220
|
},
|
|
1221
1221
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
1222
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1222
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 565, function: Function { arguments: [Externref], shim_idx: 566, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1223
1223
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__ha8e48983308a695a, wasm_bindgen__convert__closures_____invoke__h8d091265fab4d12f);
|
|
1224
1224
|
return ret;
|
|
1225
1225
|
},
|
package/package.json
CHANGED