@xberg-io/crawlberg-wasm 1.0.2 → 1.0.6
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/README.md +1 -1
- package/package.json +1 -1
- package/pkg/bundler/README.md +1 -1
- package/pkg/bundler/crawlberg_wasm_bg.js +11 -11
- package/pkg/bundler/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/bundler/crawlberg_wasm_bg.wasm.d.ts +3 -3
- package/pkg/bundler/package.json +1 -1
- package/pkg/deno/README.md +1 -1
- package/pkg/deno/crawlberg_wasm.js +11 -11
- package/pkg/deno/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/deno/crawlberg_wasm_bg.wasm.d.ts +3 -3
- package/pkg/nodejs/README.md +1 -1
- package/pkg/nodejs/crawlberg_wasm.js +11 -11
- package/pkg/nodejs/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/nodejs/crawlberg_wasm_bg.wasm.d.ts +3 -3
- package/pkg/nodejs/package.json +1 -1
- package/pkg/web/README.md +1 -1
- package/pkg/web/crawlberg_wasm.d.ts +3 -3
- package/pkg/web/crawlberg_wasm.js +11 -11
- package/pkg/web/crawlberg_wasm_bg.wasm +0 -0
- package/pkg/web/crawlberg_wasm_bg.wasm.d.ts +3 -3
- package/pkg/web/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0;">
|
|
11
11
|
<a href="https://github.com/xberg-io/alef">
|
|
12
|
-
<img src="https://img.shields.io/badge/
|
|
12
|
+
<img src="https://img.shields.io/badge/built%20with-alef%20%D7%90-007ec6" alt="Built with alef">
|
|
13
13
|
</a>
|
|
14
14
|
<!-- Language Bindings -->
|
|
15
15
|
<a href="https://crates.io/crates/crawlberg">
|
package/package.json
CHANGED
package/pkg/bundler/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0;">
|
|
11
11
|
<a href="https://github.com/xberg-io/alef">
|
|
12
|
-
<img src="https://img.shields.io/badge/
|
|
12
|
+
<img src="https://img.shields.io/badge/built%20with-alef%20%D7%90-007ec6" alt="Built with alef">
|
|
13
13
|
</a>
|
|
14
14
|
<!-- Language Bindings -->
|
|
15
15
|
<a href="https://crates.io/crates/crawlberg">
|
|
@@ -7640,7 +7640,7 @@ export function __wbg_new_typed_1824d93f294193e5(arg0, arg1) {
|
|
|
7640
7640
|
const a = state0.a;
|
|
7641
7641
|
state0.a = 0;
|
|
7642
7642
|
try {
|
|
7643
|
-
return
|
|
7643
|
+
return wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(a, state0.b, arg0, arg1);
|
|
7644
7644
|
} finally {
|
|
7645
7645
|
state0.a = a;
|
|
7646
7646
|
}
|
|
@@ -7920,13 +7920,13 @@ export function __wbg_wasmsitemapurl_unwrap(arg0) {
|
|
|
7920
7920
|
return ret;
|
|
7921
7921
|
}
|
|
7922
7922
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
7923
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
7924
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7923
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 929, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
7924
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6);
|
|
7925
7925
|
return ret;
|
|
7926
7926
|
}
|
|
7927
7927
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
7928
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
7929
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7928
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 832, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
7929
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13);
|
|
7930
7930
|
return ret;
|
|
7931
7931
|
}
|
|
7932
7932
|
export function __wbindgen_cast_0000000000000003(arg0) {
|
|
@@ -7958,19 +7958,19 @@ export function __wbindgen_init_externref_table() {
|
|
|
7958
7958
|
table.set(offset + 2, true);
|
|
7959
7959
|
table.set(offset + 3, false);
|
|
7960
7960
|
}
|
|
7961
|
-
function
|
|
7962
|
-
wasm.
|
|
7961
|
+
function wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1) {
|
|
7962
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1);
|
|
7963
7963
|
}
|
|
7964
7964
|
|
|
7965
|
-
function
|
|
7966
|
-
const ret = wasm.
|
|
7965
|
+
function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
|
|
7966
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2);
|
|
7967
7967
|
if (ret[1]) {
|
|
7968
7968
|
throw takeFromExternrefTable0(ret[0]);
|
|
7969
7969
|
}
|
|
7970
7970
|
}
|
|
7971
7971
|
|
|
7972
|
-
function
|
|
7973
|
-
wasm.
|
|
7972
|
+
function wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3) {
|
|
7973
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3);
|
|
7974
7974
|
}
|
|
7975
7975
|
|
|
7976
7976
|
|
|
Binary file
|
|
@@ -685,9 +685,9 @@ export const wasmcrawlconfig_set_requestTimeout: (a: number, b: number, c: bigin
|
|
|
685
685
|
export const wasmpageaction_set_amount: (a: number, b: number, c: bigint) => void;
|
|
686
686
|
export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint) => void;
|
|
687
687
|
export const wasmpageaction_new: () => number;
|
|
688
|
-
export const
|
|
689
|
-
export const
|
|
690
|
-
export const
|
|
688
|
+
export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
|
|
689
|
+
export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
|
|
690
|
+
export const wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13: (a: number, b: number) => void;
|
|
691
691
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
692
692
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
693
693
|
export const __wbindgen_exn_store: (a: number) => void;
|
package/pkg/bundler/package.json
CHANGED
package/pkg/deno/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0;">
|
|
11
11
|
<a href="https://github.com/xberg-io/alef">
|
|
12
|
-
<img src="https://img.shields.io/badge/
|
|
12
|
+
<img src="https://img.shields.io/badge/built%20with-alef%20%D7%90-007ec6" alt="Built with alef">
|
|
13
13
|
</a>
|
|
14
14
|
<!-- Language Bindings -->
|
|
15
15
|
<a href="https://crates.io/crates/crawlberg">
|
|
@@ -7645,7 +7645,7 @@ function __wbg_get_imports() {
|
|
|
7645
7645
|
const a = state0.a;
|
|
7646
7646
|
state0.a = 0;
|
|
7647
7647
|
try {
|
|
7648
|
-
return
|
|
7648
|
+
return wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(a, state0.b, arg0, arg1);
|
|
7649
7649
|
} finally {
|
|
7650
7650
|
state0.a = a;
|
|
7651
7651
|
}
|
|
@@ -7925,13 +7925,13 @@ function __wbg_get_imports() {
|
|
|
7925
7925
|
return ret;
|
|
7926
7926
|
},
|
|
7927
7927
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
7928
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
7929
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7928
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 929, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
7929
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6);
|
|
7930
7930
|
return ret;
|
|
7931
7931
|
},
|
|
7932
7932
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
7933
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
7934
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7933
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 832, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
7934
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13);
|
|
7935
7935
|
return ret;
|
|
7936
7936
|
},
|
|
7937
7937
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -7970,19 +7970,19 @@ function __wbg_get_imports() {
|
|
|
7970
7970
|
};
|
|
7971
7971
|
}
|
|
7972
7972
|
|
|
7973
|
-
function
|
|
7974
|
-
wasm.
|
|
7973
|
+
function wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1) {
|
|
7974
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1);
|
|
7975
7975
|
}
|
|
7976
7976
|
|
|
7977
|
-
function
|
|
7978
|
-
const ret = wasm.
|
|
7977
|
+
function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
|
|
7978
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2);
|
|
7979
7979
|
if (ret[1]) {
|
|
7980
7980
|
throw takeFromExternrefTable0(ret[0]);
|
|
7981
7981
|
}
|
|
7982
7982
|
}
|
|
7983
7983
|
|
|
7984
|
-
function
|
|
7985
|
-
wasm.
|
|
7984
|
+
function wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3) {
|
|
7985
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3);
|
|
7986
7986
|
}
|
|
7987
7987
|
|
|
7988
7988
|
|
|
Binary file
|
|
@@ -685,9 +685,9 @@ export const wasmcrawlconfig_set_requestTimeout: (a: number, b: number, c: bigin
|
|
|
685
685
|
export const wasmpageaction_set_amount: (a: number, b: number, c: bigint) => void;
|
|
686
686
|
export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint) => void;
|
|
687
687
|
export const wasmpageaction_new: () => number;
|
|
688
|
-
export const
|
|
689
|
-
export const
|
|
690
|
-
export const
|
|
688
|
+
export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
|
|
689
|
+
export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
|
|
690
|
+
export const wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13: (a: number, b: number) => void;
|
|
691
691
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
692
692
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
693
693
|
export const __wbindgen_exn_store: (a: number) => void;
|
package/pkg/nodejs/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0;">
|
|
11
11
|
<a href="https://github.com/xberg-io/alef">
|
|
12
|
-
<img src="https://img.shields.io/badge/
|
|
12
|
+
<img src="https://img.shields.io/badge/built%20with-alef%20%D7%90-007ec6" alt="Built with alef">
|
|
13
13
|
</a>
|
|
14
14
|
<!-- Language Bindings -->
|
|
15
15
|
<a href="https://crates.io/crates/crawlberg">
|
|
@@ -7698,7 +7698,7 @@ function __wbg_get_imports() {
|
|
|
7698
7698
|
const a = state0.a;
|
|
7699
7699
|
state0.a = 0;
|
|
7700
7700
|
try {
|
|
7701
|
-
return
|
|
7701
|
+
return wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(a, state0.b, arg0, arg1);
|
|
7702
7702
|
} finally {
|
|
7703
7703
|
state0.a = a;
|
|
7704
7704
|
}
|
|
@@ -7978,13 +7978,13 @@ function __wbg_get_imports() {
|
|
|
7978
7978
|
return ret;
|
|
7979
7979
|
},
|
|
7980
7980
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
7981
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
7982
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7981
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 929, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
7982
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6);
|
|
7983
7983
|
return ret;
|
|
7984
7984
|
},
|
|
7985
7985
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
7986
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
7987
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7986
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 832, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
7987
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13);
|
|
7988
7988
|
return ret;
|
|
7989
7989
|
},
|
|
7990
7990
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -8023,19 +8023,19 @@ function __wbg_get_imports() {
|
|
|
8023
8023
|
};
|
|
8024
8024
|
}
|
|
8025
8025
|
|
|
8026
|
-
function
|
|
8027
|
-
wasm.
|
|
8026
|
+
function wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1) {
|
|
8027
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1);
|
|
8028
8028
|
}
|
|
8029
8029
|
|
|
8030
|
-
function
|
|
8031
|
-
const ret = wasm.
|
|
8030
|
+
function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
|
|
8031
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2);
|
|
8032
8032
|
if (ret[1]) {
|
|
8033
8033
|
throw takeFromExternrefTable0(ret[0]);
|
|
8034
8034
|
}
|
|
8035
8035
|
}
|
|
8036
8036
|
|
|
8037
|
-
function
|
|
8038
|
-
wasm.
|
|
8037
|
+
function wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3) {
|
|
8038
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3);
|
|
8039
8039
|
}
|
|
8040
8040
|
|
|
8041
8041
|
|
|
Binary file
|
|
@@ -685,9 +685,9 @@ export const wasmcrawlconfig_set_requestTimeout: (a: number, b: number, c: bigin
|
|
|
685
685
|
export const wasmpageaction_set_amount: (a: number, b: number, c: bigint) => void;
|
|
686
686
|
export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint) => void;
|
|
687
687
|
export const wasmpageaction_new: () => number;
|
|
688
|
-
export const
|
|
689
|
-
export const
|
|
690
|
-
export const
|
|
688
|
+
export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
|
|
689
|
+
export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
|
|
690
|
+
export const wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13: (a: number, b: number) => void;
|
|
691
691
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
692
692
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
693
693
|
export const __wbindgen_exn_store: (a: number) => void;
|
package/pkg/nodejs/package.json
CHANGED
package/pkg/web/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<div align="center" style="display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 20px 0;">
|
|
11
11
|
<a href="https://github.com/xberg-io/alef">
|
|
12
|
-
<img src="https://img.shields.io/badge/
|
|
12
|
+
<img src="https://img.shields.io/badge/built%20with-alef%20%D7%90-007ec6" alt="Built with alef">
|
|
13
13
|
</a>
|
|
14
14
|
<!-- Language Bindings -->
|
|
15
15
|
<a href="https://crates.io/crates/crawlberg">
|
|
@@ -1655,9 +1655,9 @@ export interface InitOutput {
|
|
|
1655
1655
|
readonly wasmpageaction_set_amount: (a: number, b: number, c: bigint) => void;
|
|
1656
1656
|
readonly wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint) => void;
|
|
1657
1657
|
readonly wasmpageaction_new: () => number;
|
|
1658
|
-
readonly
|
|
1659
|
-
readonly
|
|
1660
|
-
readonly
|
|
1658
|
+
readonly wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
|
|
1659
|
+
readonly wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
|
|
1660
|
+
readonly wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13: (a: number, b: number) => void;
|
|
1661
1661
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
1662
1662
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
1663
1663
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
@@ -7645,7 +7645,7 @@ function __wbg_get_imports() {
|
|
|
7645
7645
|
const a = state0.a;
|
|
7646
7646
|
state0.a = 0;
|
|
7647
7647
|
try {
|
|
7648
|
-
return
|
|
7648
|
+
return wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(a, state0.b, arg0, arg1);
|
|
7649
7649
|
} finally {
|
|
7650
7650
|
state0.a = a;
|
|
7651
7651
|
}
|
|
@@ -7925,13 +7925,13 @@ function __wbg_get_imports() {
|
|
|
7925
7925
|
return ret;
|
|
7926
7926
|
},
|
|
7927
7927
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
7928
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
7929
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7928
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 929, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
7929
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6);
|
|
7930
7930
|
return ret;
|
|
7931
7931
|
},
|
|
7932
7932
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
7933
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
7934
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
7933
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 832, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
7934
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13);
|
|
7935
7935
|
return ret;
|
|
7936
7936
|
},
|
|
7937
7937
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -7970,19 +7970,19 @@ function __wbg_get_imports() {
|
|
|
7970
7970
|
};
|
|
7971
7971
|
}
|
|
7972
7972
|
|
|
7973
|
-
function
|
|
7974
|
-
wasm.
|
|
7973
|
+
function wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1) {
|
|
7974
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13(arg0, arg1);
|
|
7975
7975
|
}
|
|
7976
7976
|
|
|
7977
|
-
function
|
|
7978
|
-
const ret = wasm.
|
|
7977
|
+
function wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2) {
|
|
7978
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6(arg0, arg1, arg2);
|
|
7979
7979
|
if (ret[1]) {
|
|
7980
7980
|
throw takeFromExternrefTable0(ret[0]);
|
|
7981
7981
|
}
|
|
7982
7982
|
}
|
|
7983
7983
|
|
|
7984
|
-
function
|
|
7985
|
-
wasm.
|
|
7984
|
+
function wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3) {
|
|
7985
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954(arg0, arg1, arg2, arg3);
|
|
7986
7986
|
}
|
|
7987
7987
|
|
|
7988
7988
|
|
|
Binary file
|
|
@@ -685,9 +685,9 @@ export const wasmcrawlconfig_set_requestTimeout: (a: number, b: number, c: bigin
|
|
|
685
685
|
export const wasmpageaction_set_amount: (a: number, b: number, c: bigint) => void;
|
|
686
686
|
export const wasmscraperesult_set_crawlDelay: (a: number, b: number, c: bigint) => void;
|
|
687
687
|
export const wasmpageaction_new: () => number;
|
|
688
|
-
export const
|
|
689
|
-
export const
|
|
690
|
-
export const
|
|
688
|
+
export const wasm_bindgen__convert__closures_____invoke__h96ab4f4d64e6bfe6: (a: number, b: number, c: any) => [number, number];
|
|
689
|
+
export const wasm_bindgen__convert__closures_____invoke__h20406e9dd5374954: (a: number, b: number, c: any, d: any) => void;
|
|
690
|
+
export const wasm_bindgen__convert__closures_____invoke__h72ea10da922f6f13: (a: number, b: number) => void;
|
|
691
691
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
692
692
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
693
693
|
export const __wbindgen_exn_store: (a: number) => void;
|