@automerge/subduction 0.4.2-alpha.0 → 0.4.2-alpha.1
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/dist/@automerge/subduction.wasm +0 -0
- package/dist/cjs/slim.cjs +23 -23
- package/dist/cjs/wasm-base64.cjs +1 -1
- package/dist/cjs/web.cjs +24 -24
- package/dist/esm/wasm-base64.js +1 -1
- package/dist/iife/index.js +24 -24
- package/dist/wasm_bindgen/bundler/subduction_wasm_bg.js +28 -28
- package/dist/wasm_bindgen/bundler/subduction_wasm_bg.wasm +0 -0
- package/dist/wasm_bindgen/bundler/subduction_wasm_bg.wasm.d.ts +2 -2
- package/dist/wasm_bindgen/nodejs/subduction_wasm.cjs +28 -28
- package/dist/wasm_bindgen/nodejs/subduction_wasm_bg.wasm +0 -0
- package/dist/wasm_bindgen/nodejs/subduction_wasm_bg.wasm.d.ts +2 -2
- package/dist/wasm_bindgen/web/subduction_wasm.d.ts +2 -2
- package/dist/wasm_bindgen/web/subduction_wasm.js +28 -28
- package/dist/wasm_bindgen/web/subduction_wasm_bg.wasm +0 -0
- package/dist/wasm_bindgen/web/subduction_wasm_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
- /package/dist/wasm_bindgen/bundler/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline0.js +0 -0
- /package/dist/wasm_bindgen/bundler/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline1.js +0 -0
- /package/dist/wasm_bindgen/bundler/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline2.js +0 -0
- /package/dist/wasm_bindgen/nodejs/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline0.js +0 -0
- /package/dist/wasm_bindgen/nodejs/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline1.js +0 -0
- /package/dist/wasm_bindgen/nodejs/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline2.js +0 -0
- /package/dist/wasm_bindgen/web/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline0.js +0 -0
- /package/dist/wasm_bindgen/web/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline1.js +0 -0
- /package/dist/wasm_bindgen/web/snippets/{sedimentree_wasm-02bbe03284226492 → sedimentree_wasm-eab2c7aa0eaf43a3}/inline2.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { tryIntoJsSedimentreeIdsArray } from './snippets/sedimentree_wasm-
|
|
1
|
+
import { tryIntoJsSedimentreeIdsArray } from './snippets/sedimentree_wasm-eab2c7aa0eaf43a3/inline2.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* An authenticated HTTP long-poll connection.
|
|
@@ -3101,37 +3101,37 @@ export class WebCryptoSigner {
|
|
|
3101
3101
|
}
|
|
3102
3102
|
}
|
|
3103
3103
|
if (Symbol.dispose) WebCryptoSigner.prototype[Symbol.dispose] = WebCryptoSigner.prototype.free;
|
|
3104
|
-
export function
|
|
3104
|
+
export function __wbg___wasm_refgen_toWasmCommitWithBlob_235d7dbb7176992e(arg0) {
|
|
3105
3105
|
const ret = getObject(arg0).__wasm_refgen_toWasmCommitWithBlob();
|
|
3106
3106
|
_assertClass(ret, CommitWithBlob);
|
|
3107
3107
|
var ptr1 = ret.__destroy_into_raw();
|
|
3108
3108
|
return ptr1;
|
|
3109
3109
|
}
|
|
3110
|
-
export function
|
|
3110
|
+
export function __wbg___wasm_refgen_toWasmDepth_0cb7185f5486f741(arg0) {
|
|
3111
3111
|
const ret = getObject(arg0).__wasm_refgen_toWasmDepth();
|
|
3112
3112
|
_assertClass(ret, Depth);
|
|
3113
3113
|
var ptr1 = ret.__destroy_into_raw();
|
|
3114
3114
|
return ptr1;
|
|
3115
3115
|
}
|
|
3116
|
-
export function
|
|
3116
|
+
export function __wbg___wasm_refgen_toWasmDigest_f0a1ea71f1d2e0f2(arg0) {
|
|
3117
3117
|
const ret = getObject(arg0).__wasm_refgen_toWasmDigest();
|
|
3118
3118
|
_assertClass(ret, Digest);
|
|
3119
3119
|
var ptr1 = ret.__destroy_into_raw();
|
|
3120
3120
|
return ptr1;
|
|
3121
3121
|
}
|
|
3122
|
-
export function
|
|
3122
|
+
export function __wbg___wasm_refgen_toWasmFragmentWithBlob_3efbed182115b483(arg0) {
|
|
3123
3123
|
const ret = getObject(arg0).__wasm_refgen_toWasmFragmentWithBlob();
|
|
3124
3124
|
_assertClass(ret, FragmentWithBlob);
|
|
3125
3125
|
var ptr1 = ret.__destroy_into_raw();
|
|
3126
3126
|
return ptr1;
|
|
3127
3127
|
}
|
|
3128
|
-
export function
|
|
3128
|
+
export function __wbg___wasm_refgen_toWasmFragment_3489d9c1abb3b6de(arg0) {
|
|
3129
3129
|
const ret = getObject(arg0).__wasm_refgen_toWasmFragment();
|
|
3130
3130
|
_assertClass(ret, Fragment);
|
|
3131
3131
|
var ptr1 = ret.__destroy_into_raw();
|
|
3132
3132
|
return ptr1;
|
|
3133
3133
|
}
|
|
3134
|
-
export function
|
|
3134
|
+
export function __wbg___wasm_refgen_toWasmLooseCommit_77dd3eb8374aa628(arg0) {
|
|
3135
3135
|
const ret = getObject(arg0).__wasm_refgen_toWasmLooseCommit();
|
|
3136
3136
|
_assertClass(ret, LooseCommit);
|
|
3137
3137
|
var ptr1 = ret.__destroy_into_raw();
|
|
@@ -3232,11 +3232,11 @@ export function __wbg_data_826b7d645a40043f(arg0) {
|
|
|
3232
3232
|
const ret = getObject(arg0).data;
|
|
3233
3233
|
return addHeapObject(ret);
|
|
3234
3234
|
}
|
|
3235
|
-
export function
|
|
3235
|
+
export function __wbg_deleteAllCommits_1d276d0ee5a2232f(arg0, arg1) {
|
|
3236
3236
|
const ret = getObject(arg0).deleteAllCommits(getObject(arg1));
|
|
3237
3237
|
return addHeapObject(ret);
|
|
3238
3238
|
}
|
|
3239
|
-
export function
|
|
3239
|
+
export function __wbg_deleteAllFragments_7dbce031c8cc39c2(arg0, arg1) {
|
|
3240
3240
|
const ret = getObject(arg0).deleteAllFragments(getObject(arg1));
|
|
3241
3241
|
return addHeapObject(ret);
|
|
3242
3242
|
}
|
|
@@ -3374,7 +3374,7 @@ export function __wbg_instanceof_IdbOpenDbRequest_bc707ea112c6f917(arg0) {
|
|
|
3374
3374
|
const ret = result;
|
|
3375
3375
|
return ret;
|
|
3376
3376
|
}
|
|
3377
|
-
export function
|
|
3377
|
+
export function __wbg_instanceof_JsDepth_fc377e817b7cd9e4(arg0) {
|
|
3378
3378
|
let result;
|
|
3379
3379
|
try {
|
|
3380
3380
|
result = getObject(arg0) instanceof JsDepth;
|
|
@@ -3440,15 +3440,15 @@ export function __wbg_length_a31e05262e09b7f8(arg0) {
|
|
|
3440
3440
|
const ret = getObject(arg0).length;
|
|
3441
3441
|
return ret;
|
|
3442
3442
|
}
|
|
3443
|
-
export function
|
|
3443
|
+
export function __wbg_loadAllCommits_5aadc18d539a677b(arg0, arg1) {
|
|
3444
3444
|
const ret = getObject(arg0).loadAllCommits(getObject(arg1));
|
|
3445
3445
|
return addHeapObject(ret);
|
|
3446
3446
|
}
|
|
3447
|
-
export function
|
|
3447
|
+
export function __wbg_loadAllFragments_bac64bf6217f957c(arg0, arg1) {
|
|
3448
3448
|
const ret = getObject(arg0).loadAllFragments(getObject(arg1));
|
|
3449
3449
|
return addHeapObject(ret);
|
|
3450
3450
|
}
|
|
3451
|
-
export function
|
|
3451
|
+
export function __wbg_loadAllSedimentreeIds_21668e4a0b9bfab2(arg0) {
|
|
3452
3452
|
const ret = getObject(arg0).loadAllSedimentreeIds();
|
|
3453
3453
|
return addHeapObject(ret);
|
|
3454
3454
|
}
|
|
@@ -3625,15 +3625,15 @@ export function __wbg_result_aaba1e6bbc5d42c8() { return handleError(function (a
|
|
|
3625
3625
|
const ret = getObject(arg0).result;
|
|
3626
3626
|
return addHeapObject(ret);
|
|
3627
3627
|
}, arguments); }
|
|
3628
|
-
export function
|
|
3628
|
+
export function __wbg_saveCommit_6286fd354cf32506(arg0, arg1, arg2, arg3, arg4) {
|
|
3629
3629
|
const ret = getObject(arg0).saveCommit(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
3630
3630
|
return addHeapObject(ret);
|
|
3631
3631
|
}
|
|
3632
|
-
export function
|
|
3632
|
+
export function __wbg_saveFragment_36bc6151682139d5(arg0, arg1, arg2, arg3, arg4) {
|
|
3633
3633
|
const ret = getObject(arg0).saveFragment(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
3634
3634
|
return addHeapObject(ret);
|
|
3635
3635
|
}
|
|
3636
|
-
export function
|
|
3636
|
+
export function __wbg_saveSedimentreeId_4f0810a7e43b3719(arg0, arg1) {
|
|
3637
3637
|
const ret = getObject(arg0).saveSedimentreeId(getObject(arg1));
|
|
3638
3638
|
return addHeapObject(ret);
|
|
3639
3639
|
}
|
|
@@ -3694,14 +3694,14 @@ export function __wbg_set_onsuccess_76214f5146684855(arg0, arg1) {
|
|
|
3694
3694
|
export function __wbg_set_onupgradeneeded_74f1c8e9dbd2b70c(arg0, arg1) {
|
|
3695
3695
|
getObject(arg0).onupgradeneeded = getObject(arg1);
|
|
3696
3696
|
}
|
|
3697
|
+
export function __wbg_sign_12955cf049298580(arg0, arg1) {
|
|
3698
|
+
const ret = getObject(arg0).sign(takeObject(arg1));
|
|
3699
|
+
return addHeapObject(ret);
|
|
3700
|
+
}
|
|
3697
3701
|
export function __wbg_sign_39441a404dcdb16a() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
3698
3702
|
const ret = getObject(arg0).sign(getObject(arg1), getObject(arg2), getArrayU8FromWasm0(arg3, arg4));
|
|
3699
3703
|
return addHeapObject(ret);
|
|
3700
3704
|
}, arguments); }
|
|
3701
|
-
export function __wbg_sign_af285df6f98c87a6(arg0, arg1) {
|
|
3702
|
-
const ret = getObject(arg0).sign(takeObject(arg1));
|
|
3703
|
-
return addHeapObject(ret);
|
|
3704
|
-
}
|
|
3705
3705
|
export function __wbg_signedfragment_new(arg0) {
|
|
3706
3706
|
const ret = SignedFragment.__wrap(arg0);
|
|
3707
3707
|
return addHeapObject(ret);
|
|
@@ -3770,14 +3770,14 @@ export function __wbg_transaction_f90e157c0cdb0001() { return handleError(functi
|
|
|
3770
3770
|
const ret = getObject(arg0).transaction(getStringFromWasm0(arg1, arg2));
|
|
3771
3771
|
return addHeapObject(ret);
|
|
3772
3772
|
}, arguments); }
|
|
3773
|
-
export function
|
|
3773
|
+
export function __wbg_tryIntoJsSedimentreeIdsArray_bc8dc86cea9e48cb() { return handleError(function (arg0, arg1) {
|
|
3774
3774
|
const ret = tryIntoJsSedimentreeIdsArray(getObject(arg1));
|
|
3775
3775
|
const ptr1 = passArrayJsValueToWasm0(ret, wasm.__wbindgen_export);
|
|
3776
3776
|
const len1 = WASM_VECTOR_LEN;
|
|
3777
3777
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3778
3778
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3779
3779
|
}, arguments); }
|
|
3780
|
-
export function
|
|
3780
|
+
export function __wbg_verifyingKey_1063534cf551366a(arg0) {
|
|
3781
3781
|
const ret = getObject(arg0).verifyingKey();
|
|
3782
3782
|
return addHeapObject(ret);
|
|
3783
3783
|
}
|
|
@@ -3790,28 +3790,28 @@ export function __wbg_webcryptosigner_new(arg0) {
|
|
|
3790
3790
|
return addHeapObject(ret);
|
|
3791
3791
|
}
|
|
3792
3792
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
3793
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
3793
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3794
3794
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3795
3795
|
return addHeapObject(ret);
|
|
3796
3796
|
}
|
|
3797
3797
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
3798
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx:
|
|
3798
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3799
3799
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3800
3800
|
return addHeapObject(ret);
|
|
3801
3801
|
}
|
|
3802
3802
|
export function __wbindgen_cast_0000000000000003(arg0, arg1) {
|
|
3803
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
3803
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3804
3804
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3805
3805
|
return addHeapObject(ret);
|
|
3806
3806
|
}
|
|
3807
3807
|
export function __wbindgen_cast_0000000000000004(arg0, arg1) {
|
|
3808
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
3808
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 3, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3809
3809
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_897);
|
|
3810
3810
|
return addHeapObject(ret);
|
|
3811
3811
|
}
|
|
3812
3812
|
export function __wbindgen_cast_0000000000000005(arg0, arg1) {
|
|
3813
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3814
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3813
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 549, function: Function { arguments: [Externref], shim_idx: 657, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3814
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_3960, __wasm_bindgen_func_elem_5951);
|
|
3815
3815
|
return addHeapObject(ret);
|
|
3816
3816
|
}
|
|
3817
3817
|
export function __wbindgen_cast_0000000000000006(arg0) {
|
|
Binary file
|
|
@@ -198,10 +198,10 @@ export const __wbg_sedimentreeid_free: (a: number, b: number) => void;
|
|
|
198
198
|
export const __wbg_fragmentwithblob_free: (a: number, b: number) => void;
|
|
199
199
|
export const __wbg_signedloosecommit_free: (a: number, b: number) => void;
|
|
200
200
|
export const fragmentwithblob_blob: (a: number) => number;
|
|
201
|
-
export const sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
202
201
|
export const sedimentreeid___wasm_refgen_toWasmSedimentreeId: (a: number) => number;
|
|
202
|
+
export const sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
203
203
|
export const __wasm_bindgen_func_elem_187: (a: number, b: number) => void;
|
|
204
|
-
export const
|
|
204
|
+
export const __wasm_bindgen_func_elem_3960: (a: number, b: number) => void;
|
|
205
205
|
export const __wasm_bindgen_func_elem_5951: (a: number, b: number, c: number, d: number) => void;
|
|
206
206
|
export const __wasm_bindgen_func_elem_5956: (a: number, b: number, c: number, d: number) => void;
|
|
207
207
|
export const __wasm_bindgen_func_elem_898: (a: number, b: number, c: number) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* @ts-self-types="./subduction_wasm.d.ts" */
|
|
2
|
-
const { tryIntoJsSedimentreeIdsArray } = require(String.raw`./snippets/sedimentree_wasm-
|
|
2
|
+
const { tryIntoJsSedimentreeIdsArray } = require(String.raw`./snippets/sedimentree_wasm-eab2c7aa0eaf43a3/inline2.js`);
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* An authenticated HTTP long-poll connection.
|
|
@@ -3141,37 +3141,37 @@ exports.WebCryptoSigner = WebCryptoSigner;
|
|
|
3141
3141
|
function __wbg_get_imports() {
|
|
3142
3142
|
const import0 = {
|
|
3143
3143
|
__proto__: null,
|
|
3144
|
-
|
|
3144
|
+
__wbg___wasm_refgen_toWasmCommitWithBlob_235d7dbb7176992e: function(arg0) {
|
|
3145
3145
|
const ret = getObject(arg0).__wasm_refgen_toWasmCommitWithBlob();
|
|
3146
3146
|
_assertClass(ret, CommitWithBlob);
|
|
3147
3147
|
var ptr1 = ret.__destroy_into_raw();
|
|
3148
3148
|
return ptr1;
|
|
3149
3149
|
},
|
|
3150
|
-
|
|
3150
|
+
__wbg___wasm_refgen_toWasmDepth_0cb7185f5486f741: function(arg0) {
|
|
3151
3151
|
const ret = getObject(arg0).__wasm_refgen_toWasmDepth();
|
|
3152
3152
|
_assertClass(ret, Depth);
|
|
3153
3153
|
var ptr1 = ret.__destroy_into_raw();
|
|
3154
3154
|
return ptr1;
|
|
3155
3155
|
},
|
|
3156
|
-
|
|
3156
|
+
__wbg___wasm_refgen_toWasmDigest_f0a1ea71f1d2e0f2: function(arg0) {
|
|
3157
3157
|
const ret = getObject(arg0).__wasm_refgen_toWasmDigest();
|
|
3158
3158
|
_assertClass(ret, Digest);
|
|
3159
3159
|
var ptr1 = ret.__destroy_into_raw();
|
|
3160
3160
|
return ptr1;
|
|
3161
3161
|
},
|
|
3162
|
-
|
|
3162
|
+
__wbg___wasm_refgen_toWasmFragmentWithBlob_3efbed182115b483: function(arg0) {
|
|
3163
3163
|
const ret = getObject(arg0).__wasm_refgen_toWasmFragmentWithBlob();
|
|
3164
3164
|
_assertClass(ret, FragmentWithBlob);
|
|
3165
3165
|
var ptr1 = ret.__destroy_into_raw();
|
|
3166
3166
|
return ptr1;
|
|
3167
3167
|
},
|
|
3168
|
-
|
|
3168
|
+
__wbg___wasm_refgen_toWasmFragment_3489d9c1abb3b6de: function(arg0) {
|
|
3169
3169
|
const ret = getObject(arg0).__wasm_refgen_toWasmFragment();
|
|
3170
3170
|
_assertClass(ret, Fragment);
|
|
3171
3171
|
var ptr1 = ret.__destroy_into_raw();
|
|
3172
3172
|
return ptr1;
|
|
3173
3173
|
},
|
|
3174
|
-
|
|
3174
|
+
__wbg___wasm_refgen_toWasmLooseCommit_77dd3eb8374aa628: function(arg0) {
|
|
3175
3175
|
const ret = getObject(arg0).__wasm_refgen_toWasmLooseCommit();
|
|
3176
3176
|
_assertClass(ret, LooseCommit);
|
|
3177
3177
|
var ptr1 = ret.__destroy_into_raw();
|
|
@@ -3272,11 +3272,11 @@ function __wbg_get_imports() {
|
|
|
3272
3272
|
const ret = getObject(arg0).data;
|
|
3273
3273
|
return addHeapObject(ret);
|
|
3274
3274
|
},
|
|
3275
|
-
|
|
3275
|
+
__wbg_deleteAllCommits_1d276d0ee5a2232f: function(arg0, arg1) {
|
|
3276
3276
|
const ret = getObject(arg0).deleteAllCommits(getObject(arg1));
|
|
3277
3277
|
return addHeapObject(ret);
|
|
3278
3278
|
},
|
|
3279
|
-
|
|
3279
|
+
__wbg_deleteAllFragments_7dbce031c8cc39c2: function(arg0, arg1) {
|
|
3280
3280
|
const ret = getObject(arg0).deleteAllFragments(getObject(arg1));
|
|
3281
3281
|
return addHeapObject(ret);
|
|
3282
3282
|
},
|
|
@@ -3414,7 +3414,7 @@ function __wbg_get_imports() {
|
|
|
3414
3414
|
const ret = result;
|
|
3415
3415
|
return ret;
|
|
3416
3416
|
},
|
|
3417
|
-
|
|
3417
|
+
__wbg_instanceof_JsDepth_fc377e817b7cd9e4: function(arg0) {
|
|
3418
3418
|
let result;
|
|
3419
3419
|
try {
|
|
3420
3420
|
result = getObject(arg0) instanceof JsDepth;
|
|
@@ -3480,15 +3480,15 @@ function __wbg_get_imports() {
|
|
|
3480
3480
|
const ret = getObject(arg0).length;
|
|
3481
3481
|
return ret;
|
|
3482
3482
|
},
|
|
3483
|
-
|
|
3483
|
+
__wbg_loadAllCommits_5aadc18d539a677b: function(arg0, arg1) {
|
|
3484
3484
|
const ret = getObject(arg0).loadAllCommits(getObject(arg1));
|
|
3485
3485
|
return addHeapObject(ret);
|
|
3486
3486
|
},
|
|
3487
|
-
|
|
3487
|
+
__wbg_loadAllFragments_bac64bf6217f957c: function(arg0, arg1) {
|
|
3488
3488
|
const ret = getObject(arg0).loadAllFragments(getObject(arg1));
|
|
3489
3489
|
return addHeapObject(ret);
|
|
3490
3490
|
},
|
|
3491
|
-
|
|
3491
|
+
__wbg_loadAllSedimentreeIds_21668e4a0b9bfab2: function(arg0) {
|
|
3492
3492
|
const ret = getObject(arg0).loadAllSedimentreeIds();
|
|
3493
3493
|
return addHeapObject(ret);
|
|
3494
3494
|
},
|
|
@@ -3665,15 +3665,15 @@ function __wbg_get_imports() {
|
|
|
3665
3665
|
const ret = getObject(arg0).result;
|
|
3666
3666
|
return addHeapObject(ret);
|
|
3667
3667
|
}, arguments); },
|
|
3668
|
-
|
|
3668
|
+
__wbg_saveCommit_6286fd354cf32506: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3669
3669
|
const ret = getObject(arg0).saveCommit(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
3670
3670
|
return addHeapObject(ret);
|
|
3671
3671
|
},
|
|
3672
|
-
|
|
3672
|
+
__wbg_saveFragment_36bc6151682139d5: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3673
3673
|
const ret = getObject(arg0).saveFragment(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
3674
3674
|
return addHeapObject(ret);
|
|
3675
3675
|
},
|
|
3676
|
-
|
|
3676
|
+
__wbg_saveSedimentreeId_4f0810a7e43b3719: function(arg0, arg1) {
|
|
3677
3677
|
const ret = getObject(arg0).saveSedimentreeId(getObject(arg1));
|
|
3678
3678
|
return addHeapObject(ret);
|
|
3679
3679
|
},
|
|
@@ -3734,14 +3734,14 @@ function __wbg_get_imports() {
|
|
|
3734
3734
|
__wbg_set_onupgradeneeded_74f1c8e9dbd2b70c: function(arg0, arg1) {
|
|
3735
3735
|
getObject(arg0).onupgradeneeded = getObject(arg1);
|
|
3736
3736
|
},
|
|
3737
|
+
__wbg_sign_12955cf049298580: function(arg0, arg1) {
|
|
3738
|
+
const ret = getObject(arg0).sign(takeObject(arg1));
|
|
3739
|
+
return addHeapObject(ret);
|
|
3740
|
+
},
|
|
3737
3741
|
__wbg_sign_39441a404dcdb16a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
3738
3742
|
const ret = getObject(arg0).sign(getObject(arg1), getObject(arg2), getArrayU8FromWasm0(arg3, arg4));
|
|
3739
3743
|
return addHeapObject(ret);
|
|
3740
3744
|
}, arguments); },
|
|
3741
|
-
__wbg_sign_af285df6f98c87a6: function(arg0, arg1) {
|
|
3742
|
-
const ret = getObject(arg0).sign(takeObject(arg1));
|
|
3743
|
-
return addHeapObject(ret);
|
|
3744
|
-
},
|
|
3745
3745
|
__wbg_signedfragment_new: function(arg0) {
|
|
3746
3746
|
const ret = SignedFragment.__wrap(arg0);
|
|
3747
3747
|
return addHeapObject(ret);
|
|
@@ -3810,14 +3810,14 @@ function __wbg_get_imports() {
|
|
|
3810
3810
|
const ret = getObject(arg0).transaction(getStringFromWasm0(arg1, arg2));
|
|
3811
3811
|
return addHeapObject(ret);
|
|
3812
3812
|
}, arguments); },
|
|
3813
|
-
|
|
3813
|
+
__wbg_tryIntoJsSedimentreeIdsArray_bc8dc86cea9e48cb: function() { return handleError(function (arg0, arg1) {
|
|
3814
3814
|
const ret = tryIntoJsSedimentreeIdsArray(getObject(arg1));
|
|
3815
3815
|
const ptr1 = passArrayJsValueToWasm0(ret, wasm.__wbindgen_export);
|
|
3816
3816
|
const len1 = WASM_VECTOR_LEN;
|
|
3817
3817
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3818
3818
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3819
3819
|
}, arguments); },
|
|
3820
|
-
|
|
3820
|
+
__wbg_verifyingKey_1063534cf551366a: function(arg0) {
|
|
3821
3821
|
const ret = getObject(arg0).verifyingKey();
|
|
3822
3822
|
return addHeapObject(ret);
|
|
3823
3823
|
},
|
|
@@ -3830,28 +3830,28 @@ function __wbg_get_imports() {
|
|
|
3830
3830
|
return addHeapObject(ret);
|
|
3831
3831
|
},
|
|
3832
3832
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3833
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
3833
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3834
3834
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3835
3835
|
return addHeapObject(ret);
|
|
3836
3836
|
},
|
|
3837
3837
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3838
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx:
|
|
3838
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3839
3839
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3840
3840
|
return addHeapObject(ret);
|
|
3841
3841
|
},
|
|
3842
3842
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3843
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
3843
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3844
3844
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3845
3845
|
return addHeapObject(ret);
|
|
3846
3846
|
},
|
|
3847
3847
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3848
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
3848
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 3, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3849
3849
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_897);
|
|
3850
3850
|
return addHeapObject(ret);
|
|
3851
3851
|
},
|
|
3852
3852
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3853
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3854
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3853
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 549, function: Function { arguments: [Externref], shim_idx: 657, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3854
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_3960, __wasm_bindgen_func_elem_5951);
|
|
3855
3855
|
return addHeapObject(ret);
|
|
3856
3856
|
},
|
|
3857
3857
|
__wbindgen_cast_0000000000000006: function(arg0) {
|
|
Binary file
|
|
@@ -198,10 +198,10 @@ export const __wbg_sedimentreeid_free: (a: number, b: number) => void;
|
|
|
198
198
|
export const __wbg_fragmentwithblob_free: (a: number, b: number) => void;
|
|
199
199
|
export const __wbg_signedloosecommit_free: (a: number, b: number) => void;
|
|
200
200
|
export const fragmentwithblob_blob: (a: number) => number;
|
|
201
|
-
export const sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
202
201
|
export const sedimentreeid___wasm_refgen_toWasmSedimentreeId: (a: number) => number;
|
|
202
|
+
export const sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
203
203
|
export const __wasm_bindgen_func_elem_187: (a: number, b: number) => void;
|
|
204
|
-
export const
|
|
204
|
+
export const __wasm_bindgen_func_elem_3960: (a: number, b: number) => void;
|
|
205
205
|
export const __wasm_bindgen_func_elem_5951: (a: number, b: number, c: number, d: number) => void;
|
|
206
206
|
export const __wasm_bindgen_func_elem_5956: (a: number, b: number, c: number, d: number) => void;
|
|
207
207
|
export const __wasm_bindgen_func_elem_898: (a: number, b: number, c: number) => void;
|
|
@@ -1544,10 +1544,10 @@ export interface InitOutput {
|
|
|
1544
1544
|
readonly __wbg_fragmentwithblob_free: (a: number, b: number) => void;
|
|
1545
1545
|
readonly __wbg_signedloosecommit_free: (a: number, b: number) => void;
|
|
1546
1546
|
readonly fragmentwithblob_blob: (a: number) => number;
|
|
1547
|
-
readonly sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
1548
1547
|
readonly sedimentreeid___wasm_refgen_toWasmSedimentreeId: (a: number) => number;
|
|
1548
|
+
readonly sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
1549
1549
|
readonly __wasm_bindgen_func_elem_187: (a: number, b: number) => void;
|
|
1550
|
-
readonly
|
|
1550
|
+
readonly __wasm_bindgen_func_elem_3960: (a: number, b: number) => void;
|
|
1551
1551
|
readonly __wasm_bindgen_func_elem_5951: (a: number, b: number, c: number, d: number) => void;
|
|
1552
1552
|
readonly __wasm_bindgen_func_elem_5956: (a: number, b: number, c: number, d: number) => void;
|
|
1553
1553
|
readonly __wasm_bindgen_func_elem_898: (a: number, b: number, c: number) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* @ts-self-types="./subduction_wasm.d.ts" */
|
|
2
|
-
import { tryIntoJsSedimentreeIdsArray } from './snippets/sedimentree_wasm-
|
|
2
|
+
import { tryIntoJsSedimentreeIdsArray } from './snippets/sedimentree_wasm-eab2c7aa0eaf43a3/inline2.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* An authenticated HTTP long-poll connection.
|
|
@@ -3106,37 +3106,37 @@ if (Symbol.dispose) WebCryptoSigner.prototype[Symbol.dispose] = WebCryptoSigner.
|
|
|
3106
3106
|
function __wbg_get_imports() {
|
|
3107
3107
|
const import0 = {
|
|
3108
3108
|
__proto__: null,
|
|
3109
|
-
|
|
3109
|
+
__wbg___wasm_refgen_toWasmCommitWithBlob_235d7dbb7176992e: function(arg0) {
|
|
3110
3110
|
const ret = getObject(arg0).__wasm_refgen_toWasmCommitWithBlob();
|
|
3111
3111
|
_assertClass(ret, CommitWithBlob);
|
|
3112
3112
|
var ptr1 = ret.__destroy_into_raw();
|
|
3113
3113
|
return ptr1;
|
|
3114
3114
|
},
|
|
3115
|
-
|
|
3115
|
+
__wbg___wasm_refgen_toWasmDepth_0cb7185f5486f741: function(arg0) {
|
|
3116
3116
|
const ret = getObject(arg0).__wasm_refgen_toWasmDepth();
|
|
3117
3117
|
_assertClass(ret, Depth);
|
|
3118
3118
|
var ptr1 = ret.__destroy_into_raw();
|
|
3119
3119
|
return ptr1;
|
|
3120
3120
|
},
|
|
3121
|
-
|
|
3121
|
+
__wbg___wasm_refgen_toWasmDigest_f0a1ea71f1d2e0f2: function(arg0) {
|
|
3122
3122
|
const ret = getObject(arg0).__wasm_refgen_toWasmDigest();
|
|
3123
3123
|
_assertClass(ret, Digest);
|
|
3124
3124
|
var ptr1 = ret.__destroy_into_raw();
|
|
3125
3125
|
return ptr1;
|
|
3126
3126
|
},
|
|
3127
|
-
|
|
3127
|
+
__wbg___wasm_refgen_toWasmFragmentWithBlob_3efbed182115b483: function(arg0) {
|
|
3128
3128
|
const ret = getObject(arg0).__wasm_refgen_toWasmFragmentWithBlob();
|
|
3129
3129
|
_assertClass(ret, FragmentWithBlob);
|
|
3130
3130
|
var ptr1 = ret.__destroy_into_raw();
|
|
3131
3131
|
return ptr1;
|
|
3132
3132
|
},
|
|
3133
|
-
|
|
3133
|
+
__wbg___wasm_refgen_toWasmFragment_3489d9c1abb3b6de: function(arg0) {
|
|
3134
3134
|
const ret = getObject(arg0).__wasm_refgen_toWasmFragment();
|
|
3135
3135
|
_assertClass(ret, Fragment);
|
|
3136
3136
|
var ptr1 = ret.__destroy_into_raw();
|
|
3137
3137
|
return ptr1;
|
|
3138
3138
|
},
|
|
3139
|
-
|
|
3139
|
+
__wbg___wasm_refgen_toWasmLooseCommit_77dd3eb8374aa628: function(arg0) {
|
|
3140
3140
|
const ret = getObject(arg0).__wasm_refgen_toWasmLooseCommit();
|
|
3141
3141
|
_assertClass(ret, LooseCommit);
|
|
3142
3142
|
var ptr1 = ret.__destroy_into_raw();
|
|
@@ -3237,11 +3237,11 @@ function __wbg_get_imports() {
|
|
|
3237
3237
|
const ret = getObject(arg0).data;
|
|
3238
3238
|
return addHeapObject(ret);
|
|
3239
3239
|
},
|
|
3240
|
-
|
|
3240
|
+
__wbg_deleteAllCommits_1d276d0ee5a2232f: function(arg0, arg1) {
|
|
3241
3241
|
const ret = getObject(arg0).deleteAllCommits(getObject(arg1));
|
|
3242
3242
|
return addHeapObject(ret);
|
|
3243
3243
|
},
|
|
3244
|
-
|
|
3244
|
+
__wbg_deleteAllFragments_7dbce031c8cc39c2: function(arg0, arg1) {
|
|
3245
3245
|
const ret = getObject(arg0).deleteAllFragments(getObject(arg1));
|
|
3246
3246
|
return addHeapObject(ret);
|
|
3247
3247
|
},
|
|
@@ -3379,7 +3379,7 @@ function __wbg_get_imports() {
|
|
|
3379
3379
|
const ret = result;
|
|
3380
3380
|
return ret;
|
|
3381
3381
|
},
|
|
3382
|
-
|
|
3382
|
+
__wbg_instanceof_JsDepth_fc377e817b7cd9e4: function(arg0) {
|
|
3383
3383
|
let result;
|
|
3384
3384
|
try {
|
|
3385
3385
|
result = getObject(arg0) instanceof JsDepth;
|
|
@@ -3445,15 +3445,15 @@ function __wbg_get_imports() {
|
|
|
3445
3445
|
const ret = getObject(arg0).length;
|
|
3446
3446
|
return ret;
|
|
3447
3447
|
},
|
|
3448
|
-
|
|
3448
|
+
__wbg_loadAllCommits_5aadc18d539a677b: function(arg0, arg1) {
|
|
3449
3449
|
const ret = getObject(arg0).loadAllCommits(getObject(arg1));
|
|
3450
3450
|
return addHeapObject(ret);
|
|
3451
3451
|
},
|
|
3452
|
-
|
|
3452
|
+
__wbg_loadAllFragments_bac64bf6217f957c: function(arg0, arg1) {
|
|
3453
3453
|
const ret = getObject(arg0).loadAllFragments(getObject(arg1));
|
|
3454
3454
|
return addHeapObject(ret);
|
|
3455
3455
|
},
|
|
3456
|
-
|
|
3456
|
+
__wbg_loadAllSedimentreeIds_21668e4a0b9bfab2: function(arg0) {
|
|
3457
3457
|
const ret = getObject(arg0).loadAllSedimentreeIds();
|
|
3458
3458
|
return addHeapObject(ret);
|
|
3459
3459
|
},
|
|
@@ -3630,15 +3630,15 @@ function __wbg_get_imports() {
|
|
|
3630
3630
|
const ret = getObject(arg0).result;
|
|
3631
3631
|
return addHeapObject(ret);
|
|
3632
3632
|
}, arguments); },
|
|
3633
|
-
|
|
3633
|
+
__wbg_saveCommit_6286fd354cf32506: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3634
3634
|
const ret = getObject(arg0).saveCommit(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
3635
3635
|
return addHeapObject(ret);
|
|
3636
3636
|
},
|
|
3637
|
-
|
|
3637
|
+
__wbg_saveFragment_36bc6151682139d5: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3638
3638
|
const ret = getObject(arg0).saveFragment(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
3639
3639
|
return addHeapObject(ret);
|
|
3640
3640
|
},
|
|
3641
|
-
|
|
3641
|
+
__wbg_saveSedimentreeId_4f0810a7e43b3719: function(arg0, arg1) {
|
|
3642
3642
|
const ret = getObject(arg0).saveSedimentreeId(getObject(arg1));
|
|
3643
3643
|
return addHeapObject(ret);
|
|
3644
3644
|
},
|
|
@@ -3699,14 +3699,14 @@ function __wbg_get_imports() {
|
|
|
3699
3699
|
__wbg_set_onupgradeneeded_74f1c8e9dbd2b70c: function(arg0, arg1) {
|
|
3700
3700
|
getObject(arg0).onupgradeneeded = getObject(arg1);
|
|
3701
3701
|
},
|
|
3702
|
+
__wbg_sign_12955cf049298580: function(arg0, arg1) {
|
|
3703
|
+
const ret = getObject(arg0).sign(takeObject(arg1));
|
|
3704
|
+
return addHeapObject(ret);
|
|
3705
|
+
},
|
|
3702
3706
|
__wbg_sign_39441a404dcdb16a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
3703
3707
|
const ret = getObject(arg0).sign(getObject(arg1), getObject(arg2), getArrayU8FromWasm0(arg3, arg4));
|
|
3704
3708
|
return addHeapObject(ret);
|
|
3705
3709
|
}, arguments); },
|
|
3706
|
-
__wbg_sign_af285df6f98c87a6: function(arg0, arg1) {
|
|
3707
|
-
const ret = getObject(arg0).sign(takeObject(arg1));
|
|
3708
|
-
return addHeapObject(ret);
|
|
3709
|
-
},
|
|
3710
3710
|
__wbg_signedfragment_new: function(arg0) {
|
|
3711
3711
|
const ret = SignedFragment.__wrap(arg0);
|
|
3712
3712
|
return addHeapObject(ret);
|
|
@@ -3775,14 +3775,14 @@ function __wbg_get_imports() {
|
|
|
3775
3775
|
const ret = getObject(arg0).transaction(getStringFromWasm0(arg1, arg2));
|
|
3776
3776
|
return addHeapObject(ret);
|
|
3777
3777
|
}, arguments); },
|
|
3778
|
-
|
|
3778
|
+
__wbg_tryIntoJsSedimentreeIdsArray_bc8dc86cea9e48cb: function() { return handleError(function (arg0, arg1) {
|
|
3779
3779
|
const ret = tryIntoJsSedimentreeIdsArray(getObject(arg1));
|
|
3780
3780
|
const ptr1 = passArrayJsValueToWasm0(ret, wasm.__wbindgen_export);
|
|
3781
3781
|
const len1 = WASM_VECTOR_LEN;
|
|
3782
3782
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3783
3783
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3784
3784
|
}, arguments); },
|
|
3785
|
-
|
|
3785
|
+
__wbg_verifyingKey_1063534cf551366a: function(arg0) {
|
|
3786
3786
|
const ret = getObject(arg0).verifyingKey();
|
|
3787
3787
|
return addHeapObject(ret);
|
|
3788
3788
|
},
|
|
@@ -3795,28 +3795,28 @@ function __wbg_get_imports() {
|
|
|
3795
3795
|
return addHeapObject(ret);
|
|
3796
3796
|
},
|
|
3797
3797
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3798
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
3798
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3799
3799
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3800
3800
|
return addHeapObject(ret);
|
|
3801
3801
|
},
|
|
3802
3802
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3803
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx:
|
|
3803
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3804
3804
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3805
3805
|
return addHeapObject(ret);
|
|
3806
3806
|
},
|
|
3807
3807
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3808
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
3808
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3809
3809
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_898);
|
|
3810
3810
|
return addHeapObject(ret);
|
|
3811
3811
|
},
|
|
3812
3812
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3813
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
3813
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 3, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3814
3814
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_187, __wasm_bindgen_func_elem_897);
|
|
3815
3815
|
return addHeapObject(ret);
|
|
3816
3816
|
},
|
|
3817
3817
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3818
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3819
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3818
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 549, function: Function { arguments: [Externref], shim_idx: 657, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3819
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_3960, __wasm_bindgen_func_elem_5951);
|
|
3820
3820
|
return addHeapObject(ret);
|
|
3821
3821
|
},
|
|
3822
3822
|
__wbindgen_cast_0000000000000006: function(arg0) {
|
|
Binary file
|
|
@@ -198,10 +198,10 @@ export const __wbg_sedimentreeid_free: (a: number, b: number) => void;
|
|
|
198
198
|
export const __wbg_fragmentwithblob_free: (a: number, b: number) => void;
|
|
199
199
|
export const __wbg_signedloosecommit_free: (a: number, b: number) => void;
|
|
200
200
|
export const fragmentwithblob_blob: (a: number) => number;
|
|
201
|
-
export const sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
202
201
|
export const sedimentreeid___wasm_refgen_toWasmSedimentreeId: (a: number) => number;
|
|
202
|
+
export const sedimentreeid_toBytes: (a: number, b: number) => void;
|
|
203
203
|
export const __wasm_bindgen_func_elem_187: (a: number, b: number) => void;
|
|
204
|
-
export const
|
|
204
|
+
export const __wasm_bindgen_func_elem_3960: (a: number, b: number) => void;
|
|
205
205
|
export const __wasm_bindgen_func_elem_5951: (a: number, b: number, c: number, d: number) => void;
|
|
206
206
|
export const __wasm_bindgen_func_elem_5956: (a: number, b: number, c: number, d: number) => void;
|
|
207
207
|
export const __wasm_bindgen_func_elem_898: (a: number, b: number, c: number) => void;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|