@lat-murmeldjur/weeb_3 0.0.346001 → 0.0.347001
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/weeb_3.d.ts +5 -5
- package/weeb_3.js +23 -31
- package/weeb_3_bg.wasm +0 -0
- package/weeb_3_bg.wasm.d.ts +5 -5
package/package.json
CHANGED
package/weeb_3.d.ts
CHANGED
|
@@ -102,11 +102,11 @@ export interface InitOutput {
|
|
|
102
102
|
readonly __wbg_requestarguments_free: (a: number, b: number) => void;
|
|
103
103
|
readonly requestarguments_method: (a: number, b: number) => void;
|
|
104
104
|
readonly requestarguments_params: (a: number) => number;
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
108
|
-
readonly
|
|
109
|
-
readonly
|
|
105
|
+
readonly __wasm_bindgen_func_elem_576: (a: number, b: number) => void;
|
|
106
|
+
readonly __wasm_bindgen_func_elem_1361: (a: number, b: number, c: number, d: number) => void;
|
|
107
|
+
readonly __wasm_bindgen_func_elem_1363: (a: number, b: number, c: number, d: number) => void;
|
|
108
|
+
readonly __wasm_bindgen_func_elem_3122: (a: number, b: number, c: number) => void;
|
|
109
|
+
readonly __wasm_bindgen_func_elem_3115: (a: number, b: number) => void;
|
|
110
110
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
111
111
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
112
112
|
readonly __wbindgen_export3: (a: number) => void;
|
package/weeb_3.js
CHANGED
|
@@ -792,10 +792,6 @@ function __wbg_get_imports() {
|
|
|
792
792
|
const ret = getObject(arg0).hidden;
|
|
793
793
|
return ret;
|
|
794
794
|
},
|
|
795
|
-
__wbg_hidden_b36aafe2d1776c90: function(arg0) {
|
|
796
|
-
const ret = getObject(arg0).hidden;
|
|
797
|
-
return ret;
|
|
798
|
-
},
|
|
799
795
|
__wbg_history_d6c2f9abc6e74880: function() { return handleError(function (arg0) {
|
|
800
796
|
const ret = getObject(arg0).history;
|
|
801
797
|
return addHeapObject(ret);
|
|
@@ -1178,7 +1174,7 @@ function __wbg_get_imports() {
|
|
|
1178
1174
|
const a = state0.a;
|
|
1179
1175
|
state0.a = 0;
|
|
1180
1176
|
try {
|
|
1181
|
-
return
|
|
1177
|
+
return __wasm_bindgen_func_elem_1361(a, state0.b, arg0, arg1);
|
|
1182
1178
|
} finally {
|
|
1183
1179
|
state0.a = a;
|
|
1184
1180
|
}
|
|
@@ -1486,10 +1482,6 @@ function __wbg_get_imports() {
|
|
|
1486
1482
|
const ret = getObject(arg0).searchParams;
|
|
1487
1483
|
return addHeapObject(ret);
|
|
1488
1484
|
},
|
|
1489
|
-
__wbg_seekable_e347b03f455fec48: function(arg0) {
|
|
1490
|
-
const ret = getObject(arg0).seekable;
|
|
1491
|
-
return addHeapObject(ret);
|
|
1492
|
-
},
|
|
1493
1485
|
__wbg_seeking_e4a7824d32b2135e: function(arg0) {
|
|
1494
1486
|
const ret = getObject(arg0).seeking;
|
|
1495
1487
|
return ret;
|
|
@@ -1788,38 +1780,38 @@ function __wbg_get_imports() {
|
|
|
1788
1780
|
console.warn(getObject(arg0));
|
|
1789
1781
|
},
|
|
1790
1782
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1791
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1792
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1783
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3, function: Function { arguments: [Externref, Externref], shim_idx: 26, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1784
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_576, __wasm_bindgen_func_elem_1361);
|
|
1793
1785
|
return addHeapObject(ret);
|
|
1794
1786
|
},
|
|
1795
1787
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1796
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1797
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1788
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3, function: Function { arguments: [Externref], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1789
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_576, __wasm_bindgen_func_elem_3122);
|
|
1798
1790
|
return addHeapObject(ret);
|
|
1799
1791
|
},
|
|
1800
1792
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1801
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1802
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1793
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1794
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_576, __wasm_bindgen_func_elem_3122);
|
|
1803
1795
|
return addHeapObject(ret);
|
|
1804
1796
|
},
|
|
1805
1797
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1806
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1807
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1798
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3, function: Function { arguments: [NamedExternref("Event")], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1799
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_576, __wasm_bindgen_func_elem_3122);
|
|
1808
1800
|
return addHeapObject(ret);
|
|
1809
1801
|
},
|
|
1810
1802
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
1811
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1812
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1803
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 28, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1804
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_576, __wasm_bindgen_func_elem_1363);
|
|
1813
1805
|
return addHeapObject(ret);
|
|
1814
1806
|
},
|
|
1815
1807
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
1816
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1817
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1808
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1809
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_576, __wasm_bindgen_func_elem_3122);
|
|
1818
1810
|
return addHeapObject(ret);
|
|
1819
1811
|
},
|
|
1820
1812
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
1821
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1822
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1813
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3, function: Function { arguments: [], shim_idx: 91, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1814
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_576, __wasm_bindgen_func_elem_3115);
|
|
1823
1815
|
return addHeapObject(ret);
|
|
1824
1816
|
},
|
|
1825
1817
|
__wbindgen_cast_0000000000000008: function(arg0) {
|
|
@@ -1865,22 +1857,22 @@ function __wbg_get_imports() {
|
|
|
1865
1857
|
};
|
|
1866
1858
|
}
|
|
1867
1859
|
|
|
1868
|
-
function
|
|
1869
|
-
wasm.
|
|
1860
|
+
function __wasm_bindgen_func_elem_3115(arg0, arg1) {
|
|
1861
|
+
wasm.__wasm_bindgen_func_elem_3115(arg0, arg1);
|
|
1870
1862
|
}
|
|
1871
1863
|
|
|
1872
|
-
function
|
|
1873
|
-
wasm.
|
|
1864
|
+
function __wasm_bindgen_func_elem_3122(arg0, arg1, arg2) {
|
|
1865
|
+
wasm.__wasm_bindgen_func_elem_3122(arg0, arg1, addHeapObject(arg2));
|
|
1874
1866
|
}
|
|
1875
1867
|
|
|
1876
|
-
function
|
|
1877
|
-
wasm.
|
|
1868
|
+
function __wasm_bindgen_func_elem_1361(arg0, arg1, arg2, arg3) {
|
|
1869
|
+
wasm.__wasm_bindgen_func_elem_1361(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1878
1870
|
}
|
|
1879
1871
|
|
|
1880
|
-
function
|
|
1872
|
+
function __wasm_bindgen_func_elem_1363(arg0, arg1, arg2) {
|
|
1881
1873
|
try {
|
|
1882
1874
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
1883
|
-
wasm.
|
|
1875
|
+
wasm.__wasm_bindgen_func_elem_1363(retptr, arg0, arg1, addHeapObject(arg2));
|
|
1884
1876
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
1885
1877
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
1886
1878
|
if (r1) {
|
package/weeb_3_bg.wasm
CHANGED
|
Binary file
|
package/weeb_3_bg.wasm.d.ts
CHANGED
|
@@ -35,11 +35,11 @@ export const weeb3workerruntime_start: (a: number, b: number) => number;
|
|
|
35
35
|
export const __wbg_requestarguments_free: (a: number, b: number) => void;
|
|
36
36
|
export const requestarguments_method: (a: number, b: number) => void;
|
|
37
37
|
export const requestarguments_params: (a: number) => number;
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
38
|
+
export const __wasm_bindgen_func_elem_576: (a: number, b: number) => void;
|
|
39
|
+
export const __wasm_bindgen_func_elem_1361: (a: number, b: number, c: number, d: number) => void;
|
|
40
|
+
export const __wasm_bindgen_func_elem_1363: (a: number, b: number, c: number, d: number) => void;
|
|
41
|
+
export const __wasm_bindgen_func_elem_3122: (a: number, b: number, c: number) => void;
|
|
42
|
+
export const __wasm_bindgen_func_elem_3115: (a: number, b: number) => void;
|
|
43
43
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
44
44
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
45
45
|
export const __wbindgen_export3: (a: number) => void;
|