@secondts/bark 0.8.0 → 0.9.0
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/bundler/bark_ffi_wasm_bg.js +39 -39
- package/bundler/bark_ffi_wasm_bg.wasm +0 -0
- package/bundler/bark_ffi_wasm_bg.wasm.d.ts +10 -10
- package/package.json +2 -2
- package/web/bark_ffi_wasm.d.ts +10 -10
- package/web/bark_ffi_wasm.js +39 -39
- package/web/bark_ffi_wasm_bg.wasm +0 -0
- package/web/bark_ffi_wasm_bg.wasm.d.ts +10 -10
|
@@ -1666,7 +1666,7 @@ export function __wbg_new_b3334f9cd9f51d36(arg0, arg1) {
|
|
|
1666
1666
|
const a = state0.a;
|
|
1667
1667
|
state0.a = 0;
|
|
1668
1668
|
try {
|
|
1669
|
-
return
|
|
1669
|
+
return __wasm_bindgen_func_elem_738(a, state0.b, arg0, arg1);
|
|
1670
1670
|
} finally {
|
|
1671
1671
|
state0.a = a;
|
|
1672
1672
|
}
|
|
@@ -1688,7 +1688,7 @@ export function __wbg_new_typed_90c3f6c29ba36d19(arg0, arg1) {
|
|
|
1688
1688
|
const a = state0.a;
|
|
1689
1689
|
state0.a = 0;
|
|
1690
1690
|
try {
|
|
1691
|
-
return
|
|
1691
|
+
return __wasm_bindgen_func_elem_738(a, state0.b, arg0, arg1);
|
|
1692
1692
|
} finally {
|
|
1693
1693
|
state0.a = a;
|
|
1694
1694
|
}
|
|
@@ -1979,48 +1979,48 @@ export function __wbg_wallet_new(arg0) {
|
|
|
1979
1979
|
return addHeapObject(ret);
|
|
1980
1980
|
}
|
|
1981
1981
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
1982
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1983
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1982
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1336, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1983
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_13588);
|
|
1984
1984
|
return addHeapObject(ret);
|
|
1985
1985
|
}
|
|
1986
1986
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
1987
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1988
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1987
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1451, ret: Externref, inner_ret: Some(Externref) }, mutable: true }) -> Externref`.
|
|
1988
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_15342);
|
|
1989
1989
|
return addHeapObject(ret);
|
|
1990
1990
|
}
|
|
1991
1991
|
export function __wbindgen_cast_0000000000000003(arg0, arg1) {
|
|
1992
1992
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 92, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1993
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1993
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_728);
|
|
1994
1994
|
return addHeapObject(ret);
|
|
1995
1995
|
}
|
|
1996
1996
|
export function __wbindgen_cast_0000000000000004(arg0, arg1) {
|
|
1997
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
1998
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1997
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1297, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1998
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_13285);
|
|
1999
1999
|
return addHeapObject(ret);
|
|
2000
2000
|
}
|
|
2001
2001
|
export function __wbindgen_cast_0000000000000005(arg0, arg1) {
|
|
2002
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
2003
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2002
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1449, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2003
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_15343);
|
|
2004
2004
|
return addHeapObject(ret);
|
|
2005
2005
|
}
|
|
2006
2006
|
export function __wbindgen_cast_0000000000000006(arg0, arg1) {
|
|
2007
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx:
|
|
2008
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2007
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 1450, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2008
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_15345);
|
|
2009
2009
|
return addHeapObject(ret);
|
|
2010
2010
|
}
|
|
2011
2011
|
export function __wbindgen_cast_0000000000000007(arg0, arg1) {
|
|
2012
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2013
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2012
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1197, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2013
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_12869);
|
|
2014
2014
|
return addHeapObject(ret);
|
|
2015
2015
|
}
|
|
2016
2016
|
export function __wbindgen_cast_0000000000000008(arg0, arg1) {
|
|
2017
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2018
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2017
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1375, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2018
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_13741);
|
|
2019
2019
|
return addHeapObject(ret);
|
|
2020
2020
|
}
|
|
2021
2021
|
export function __wbindgen_cast_0000000000000009(arg0, arg1) {
|
|
2022
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2023
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2022
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 2695, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2023
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_19195);
|
|
2024
2024
|
return addHeapObject(ret);
|
|
2025
2025
|
}
|
|
2026
2026
|
export function __wbindgen_cast_000000000000000a(arg0) {
|
|
@@ -2111,39 +2111,39 @@ export function __wbindgen_object_clone_ref(arg0) {
|
|
|
2111
2111
|
export function __wbindgen_object_drop_ref(arg0) {
|
|
2112
2112
|
takeObject(arg0);
|
|
2113
2113
|
}
|
|
2114
|
-
function
|
|
2115
|
-
wasm.
|
|
2114
|
+
function __wasm_bindgen_func_elem_12869(arg0, arg1) {
|
|
2115
|
+
wasm.__wasm_bindgen_func_elem_12869(arg0, arg1);
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
|
-
function
|
|
2119
|
-
wasm.
|
|
2118
|
+
function __wasm_bindgen_func_elem_13741(arg0, arg1) {
|
|
2119
|
+
wasm.__wasm_bindgen_func_elem_13741(arg0, arg1);
|
|
2120
2120
|
}
|
|
2121
2121
|
|
|
2122
|
-
function
|
|
2123
|
-
wasm.
|
|
2122
|
+
function __wasm_bindgen_func_elem_19195(arg0, arg1) {
|
|
2123
|
+
wasm.__wasm_bindgen_func_elem_19195(arg0, arg1);
|
|
2124
2124
|
}
|
|
2125
2125
|
|
|
2126
|
-
function
|
|
2127
|
-
wasm.
|
|
2126
|
+
function __wasm_bindgen_func_elem_13588(arg0, arg1, arg2) {
|
|
2127
|
+
wasm.__wasm_bindgen_func_elem_13588(arg0, arg1, addHeapObject(arg2));
|
|
2128
2128
|
}
|
|
2129
2129
|
|
|
2130
|
-
function
|
|
2131
|
-
wasm.
|
|
2130
|
+
function __wasm_bindgen_func_elem_13285(arg0, arg1, arg2) {
|
|
2131
|
+
wasm.__wasm_bindgen_func_elem_13285(arg0, arg1, addHeapObject(arg2));
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
2134
|
-
function
|
|
2135
|
-
wasm.
|
|
2134
|
+
function __wasm_bindgen_func_elem_15345(arg0, arg1, arg2) {
|
|
2135
|
+
wasm.__wasm_bindgen_func_elem_15345(arg0, arg1, addHeapObject(arg2));
|
|
2136
2136
|
}
|
|
2137
2137
|
|
|
2138
|
-
function
|
|
2139
|
-
const ret = wasm.
|
|
2138
|
+
function __wasm_bindgen_func_elem_15342(arg0, arg1, arg2) {
|
|
2139
|
+
const ret = wasm.__wasm_bindgen_func_elem_15342(arg0, arg1, addHeapObject(arg2));
|
|
2140
2140
|
return takeObject(ret);
|
|
2141
2141
|
}
|
|
2142
2142
|
|
|
2143
|
-
function
|
|
2143
|
+
function __wasm_bindgen_func_elem_728(arg0, arg1, arg2) {
|
|
2144
2144
|
try {
|
|
2145
2145
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
2146
|
-
wasm.
|
|
2146
|
+
wasm.__wasm_bindgen_func_elem_728(retptr, arg0, arg1, addHeapObject(arg2));
|
|
2147
2147
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
2148
2148
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
2149
2149
|
if (r1) {
|
|
@@ -2154,10 +2154,10 @@ function __wasm_bindgen_func_elem_724(arg0, arg1, arg2) {
|
|
|
2154
2154
|
}
|
|
2155
2155
|
}
|
|
2156
2156
|
|
|
2157
|
-
function
|
|
2157
|
+
function __wasm_bindgen_func_elem_15343(arg0, arg1, arg2) {
|
|
2158
2158
|
try {
|
|
2159
2159
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
2160
|
-
wasm.
|
|
2160
|
+
wasm.__wasm_bindgen_func_elem_15343(retptr, arg0, arg1, addHeapObject(arg2));
|
|
2161
2161
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
2162
2162
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
2163
2163
|
if (r1) {
|
|
@@ -2168,8 +2168,8 @@ function __wasm_bindgen_func_elem_15466(arg0, arg1, arg2) {
|
|
|
2168
2168
|
}
|
|
2169
2169
|
}
|
|
2170
2170
|
|
|
2171
|
-
function
|
|
2172
|
-
wasm.
|
|
2171
|
+
function __wasm_bindgen_func_elem_738(arg0, arg1, arg2, arg3) {
|
|
2172
|
+
wasm.__wasm_bindgen_func_elem_738(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
2173
2173
|
}
|
|
2174
2174
|
|
|
2175
2175
|
|
|
Binary file
|
|
@@ -127,16 +127,16 @@ export const rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
|
127
127
|
export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
128
128
|
export const rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
129
129
|
export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
130
|
-
export const
|
|
131
|
-
export const
|
|
132
|
-
export const
|
|
133
|
-
export const
|
|
134
|
-
export const
|
|
135
|
-
export const
|
|
136
|
-
export const
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
139
|
-
export const
|
|
130
|
+
export const __wasm_bindgen_func_elem_728: (a: number, b: number, c: number, d: number) => void;
|
|
131
|
+
export const __wasm_bindgen_func_elem_15343: (a: number, b: number, c: number, d: number) => void;
|
|
132
|
+
export const __wasm_bindgen_func_elem_738: (a: number, b: number, c: number, d: number) => void;
|
|
133
|
+
export const __wasm_bindgen_func_elem_15342: (a: number, b: number, c: number) => number;
|
|
134
|
+
export const __wasm_bindgen_func_elem_13588: (a: number, b: number, c: number) => void;
|
|
135
|
+
export const __wasm_bindgen_func_elem_13285: (a: number, b: number, c: number) => void;
|
|
136
|
+
export const __wasm_bindgen_func_elem_15345: (a: number, b: number, c: number) => void;
|
|
137
|
+
export const __wasm_bindgen_func_elem_12869: (a: number, b: number) => void;
|
|
138
|
+
export const __wasm_bindgen_func_elem_13741: (a: number, b: number) => void;
|
|
139
|
+
export const __wasm_bindgen_func_elem_19195: (a: number, b: number) => void;
|
|
140
140
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
141
141
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
142
142
|
export const __wbindgen_export3: (a: number) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@secondts/bark",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Bark FFI bindings for the browser via WebAssembly (IndexedDB persister)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"registry": "https://registry.npmjs.org/",
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"releaseTag": "v0.
|
|
61
|
+
"releaseTag": "v0.9.0+bark.0.2.4"
|
|
62
62
|
}
|
package/web/bark_ffi_wasm.d.ts
CHANGED
|
@@ -640,16 +640,16 @@ export interface InitOutput {
|
|
|
640
640
|
readonly rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
641
641
|
readonly rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
642
642
|
readonly rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
643
|
-
readonly
|
|
644
|
-
readonly
|
|
645
|
-
readonly
|
|
646
|
-
readonly
|
|
647
|
-
readonly
|
|
648
|
-
readonly
|
|
649
|
-
readonly
|
|
650
|
-
readonly
|
|
651
|
-
readonly
|
|
652
|
-
readonly
|
|
643
|
+
readonly __wasm_bindgen_func_elem_728: (a: number, b: number, c: number, d: number) => void;
|
|
644
|
+
readonly __wasm_bindgen_func_elem_15343: (a: number, b: number, c: number, d: number) => void;
|
|
645
|
+
readonly __wasm_bindgen_func_elem_738: (a: number, b: number, c: number, d: number) => void;
|
|
646
|
+
readonly __wasm_bindgen_func_elem_15342: (a: number, b: number, c: number) => number;
|
|
647
|
+
readonly __wasm_bindgen_func_elem_13588: (a: number, b: number, c: number) => void;
|
|
648
|
+
readonly __wasm_bindgen_func_elem_13285: (a: number, b: number, c: number) => void;
|
|
649
|
+
readonly __wasm_bindgen_func_elem_15345: (a: number, b: number, c: number) => void;
|
|
650
|
+
readonly __wasm_bindgen_func_elem_12869: (a: number, b: number) => void;
|
|
651
|
+
readonly __wasm_bindgen_func_elem_13741: (a: number, b: number) => void;
|
|
652
|
+
readonly __wasm_bindgen_func_elem_19195: (a: number, b: number) => void;
|
|
653
653
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
654
654
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
655
655
|
readonly __wbindgen_export3: (a: number) => void;
|
package/web/bark_ffi_wasm.js
CHANGED
|
@@ -1671,7 +1671,7 @@ function __wbg_get_imports() {
|
|
|
1671
1671
|
const a = state0.a;
|
|
1672
1672
|
state0.a = 0;
|
|
1673
1673
|
try {
|
|
1674
|
-
return
|
|
1674
|
+
return __wasm_bindgen_func_elem_738(a, state0.b, arg0, arg1);
|
|
1675
1675
|
} finally {
|
|
1676
1676
|
state0.a = a;
|
|
1677
1677
|
}
|
|
@@ -1693,7 +1693,7 @@ function __wbg_get_imports() {
|
|
|
1693
1693
|
const a = state0.a;
|
|
1694
1694
|
state0.a = 0;
|
|
1695
1695
|
try {
|
|
1696
|
-
return
|
|
1696
|
+
return __wasm_bindgen_func_elem_738(a, state0.b, arg0, arg1);
|
|
1697
1697
|
} finally {
|
|
1698
1698
|
state0.a = a;
|
|
1699
1699
|
}
|
|
@@ -1984,48 +1984,48 @@ function __wbg_get_imports() {
|
|
|
1984
1984
|
return addHeapObject(ret);
|
|
1985
1985
|
},
|
|
1986
1986
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1987
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1988
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1987
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1336, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1988
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_13588);
|
|
1989
1989
|
return addHeapObject(ret);
|
|
1990
1990
|
},
|
|
1991
1991
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1992
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1993
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1992
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1451, ret: Externref, inner_ret: Some(Externref) }, mutable: true }) -> Externref`.
|
|
1993
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_15342);
|
|
1994
1994
|
return addHeapObject(ret);
|
|
1995
1995
|
},
|
|
1996
1996
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1997
1997
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 92, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1998
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1998
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_728);
|
|
1999
1999
|
return addHeapObject(ret);
|
|
2000
2000
|
},
|
|
2001
2001
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2002
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
2003
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2002
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1297, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2003
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_13285);
|
|
2004
2004
|
return addHeapObject(ret);
|
|
2005
2005
|
},
|
|
2006
2006
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
2007
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
2008
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2007
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1449, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2008
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_15343);
|
|
2009
2009
|
return addHeapObject(ret);
|
|
2010
2010
|
},
|
|
2011
2011
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
2012
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx:
|
|
2013
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2012
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 1450, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2013
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_15345);
|
|
2014
2014
|
return addHeapObject(ret);
|
|
2015
2015
|
},
|
|
2016
2016
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
2017
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2018
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2017
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1197, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2018
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_12869);
|
|
2019
2019
|
return addHeapObject(ret);
|
|
2020
2020
|
},
|
|
2021
2021
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
2022
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2023
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2022
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1375, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2023
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_13741);
|
|
2024
2024
|
return addHeapObject(ret);
|
|
2025
2025
|
},
|
|
2026
2026
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
2027
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2028
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2027
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 2695, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2028
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_19195);
|
|
2029
2029
|
return addHeapObject(ret);
|
|
2030
2030
|
},
|
|
2031
2031
|
__wbindgen_cast_000000000000000a: function(arg0) {
|
|
@@ -2123,39 +2123,39 @@ function __wbg_get_imports() {
|
|
|
2123
2123
|
};
|
|
2124
2124
|
}
|
|
2125
2125
|
|
|
2126
|
-
function
|
|
2127
|
-
wasm.
|
|
2126
|
+
function __wasm_bindgen_func_elem_12869(arg0, arg1) {
|
|
2127
|
+
wasm.__wasm_bindgen_func_elem_12869(arg0, arg1);
|
|
2128
2128
|
}
|
|
2129
2129
|
|
|
2130
|
-
function
|
|
2131
|
-
wasm.
|
|
2130
|
+
function __wasm_bindgen_func_elem_13741(arg0, arg1) {
|
|
2131
|
+
wasm.__wasm_bindgen_func_elem_13741(arg0, arg1);
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
2134
|
-
function
|
|
2135
|
-
wasm.
|
|
2134
|
+
function __wasm_bindgen_func_elem_19195(arg0, arg1) {
|
|
2135
|
+
wasm.__wasm_bindgen_func_elem_19195(arg0, arg1);
|
|
2136
2136
|
}
|
|
2137
2137
|
|
|
2138
|
-
function
|
|
2139
|
-
wasm.
|
|
2138
|
+
function __wasm_bindgen_func_elem_13588(arg0, arg1, arg2) {
|
|
2139
|
+
wasm.__wasm_bindgen_func_elem_13588(arg0, arg1, addHeapObject(arg2));
|
|
2140
2140
|
}
|
|
2141
2141
|
|
|
2142
|
-
function
|
|
2143
|
-
wasm.
|
|
2142
|
+
function __wasm_bindgen_func_elem_13285(arg0, arg1, arg2) {
|
|
2143
|
+
wasm.__wasm_bindgen_func_elem_13285(arg0, arg1, addHeapObject(arg2));
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
|
-
function
|
|
2147
|
-
wasm.
|
|
2146
|
+
function __wasm_bindgen_func_elem_15345(arg0, arg1, arg2) {
|
|
2147
|
+
wasm.__wasm_bindgen_func_elem_15345(arg0, arg1, addHeapObject(arg2));
|
|
2148
2148
|
}
|
|
2149
2149
|
|
|
2150
|
-
function
|
|
2151
|
-
const ret = wasm.
|
|
2150
|
+
function __wasm_bindgen_func_elem_15342(arg0, arg1, arg2) {
|
|
2151
|
+
const ret = wasm.__wasm_bindgen_func_elem_15342(arg0, arg1, addHeapObject(arg2));
|
|
2152
2152
|
return takeObject(ret);
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
|
-
function
|
|
2155
|
+
function __wasm_bindgen_func_elem_728(arg0, arg1, arg2) {
|
|
2156
2156
|
try {
|
|
2157
2157
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
2158
|
-
wasm.
|
|
2158
|
+
wasm.__wasm_bindgen_func_elem_728(retptr, arg0, arg1, addHeapObject(arg2));
|
|
2159
2159
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
2160
2160
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
2161
2161
|
if (r1) {
|
|
@@ -2166,10 +2166,10 @@ function __wasm_bindgen_func_elem_724(arg0, arg1, arg2) {
|
|
|
2166
2166
|
}
|
|
2167
2167
|
}
|
|
2168
2168
|
|
|
2169
|
-
function
|
|
2169
|
+
function __wasm_bindgen_func_elem_15343(arg0, arg1, arg2) {
|
|
2170
2170
|
try {
|
|
2171
2171
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
2172
|
-
wasm.
|
|
2172
|
+
wasm.__wasm_bindgen_func_elem_15343(retptr, arg0, arg1, addHeapObject(arg2));
|
|
2173
2173
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
2174
2174
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
2175
2175
|
if (r1) {
|
|
@@ -2180,8 +2180,8 @@ function __wasm_bindgen_func_elem_15466(arg0, arg1, arg2) {
|
|
|
2180
2180
|
}
|
|
2181
2181
|
}
|
|
2182
2182
|
|
|
2183
|
-
function
|
|
2184
|
-
wasm.
|
|
2183
|
+
function __wasm_bindgen_func_elem_738(arg0, arg1, arg2, arg3) {
|
|
2184
|
+
wasm.__wasm_bindgen_func_elem_738(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
2185
2185
|
}
|
|
2186
2186
|
|
|
2187
2187
|
|
|
Binary file
|
|
@@ -127,16 +127,16 @@ export const rustsecp256k1_v0_10_0_context_create: (a: number) => number;
|
|
|
127
127
|
export const rustsecp256k1_v0_10_0_context_destroy: (a: number) => void;
|
|
128
128
|
export const rustsecp256k1_v0_10_0_default_illegal_callback_fn: (a: number, b: number) => void;
|
|
129
129
|
export const rustsecp256k1_v0_10_0_default_error_callback_fn: (a: number, b: number) => void;
|
|
130
|
-
export const
|
|
131
|
-
export const
|
|
132
|
-
export const
|
|
133
|
-
export const
|
|
134
|
-
export const
|
|
135
|
-
export const
|
|
136
|
-
export const
|
|
137
|
-
export const
|
|
138
|
-
export const
|
|
139
|
-
export const
|
|
130
|
+
export const __wasm_bindgen_func_elem_728: (a: number, b: number, c: number, d: number) => void;
|
|
131
|
+
export const __wasm_bindgen_func_elem_15343: (a: number, b: number, c: number, d: number) => void;
|
|
132
|
+
export const __wasm_bindgen_func_elem_738: (a: number, b: number, c: number, d: number) => void;
|
|
133
|
+
export const __wasm_bindgen_func_elem_15342: (a: number, b: number, c: number) => number;
|
|
134
|
+
export const __wasm_bindgen_func_elem_13588: (a: number, b: number, c: number) => void;
|
|
135
|
+
export const __wasm_bindgen_func_elem_13285: (a: number, b: number, c: number) => void;
|
|
136
|
+
export const __wasm_bindgen_func_elem_15345: (a: number, b: number, c: number) => void;
|
|
137
|
+
export const __wasm_bindgen_func_elem_12869: (a: number, b: number) => void;
|
|
138
|
+
export const __wasm_bindgen_func_elem_13741: (a: number, b: number) => void;
|
|
139
|
+
export const __wasm_bindgen_func_elem_19195: (a: number, b: number) => void;
|
|
140
140
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
141
141
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
142
142
|
export const __wbindgen_export3: (a: number) => void;
|