hermes-wasm 1.4.46 → 1.4.47
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/hermes_wasm.d.ts +7 -7
- package/hermes_wasm.js +16 -16
- package/hermes_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/hermes_wasm.d.ts
CHANGED
|
@@ -302,13 +302,13 @@ export interface InitOutput {
|
|
|
302
302
|
readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
|
|
303
303
|
readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
|
|
304
304
|
readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
305
|
-
readonly
|
|
306
|
-
readonly
|
|
307
|
-
readonly
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
310
|
-
readonly
|
|
311
|
-
readonly
|
|
305
|
+
readonly wasm_bindgen_8fe9988f50693199___closure__destroy___dyn_core_caf160d1939785e___ops__function__FnMut__web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent____Output_______: (a: number, b: number) => void;
|
|
306
|
+
readonly wasm_bindgen_8fe9988f50693199___closure__destroy___dyn_core_caf160d1939785e___ops__function__FnMut_____Output_______: (a: number, b: number) => void;
|
|
307
|
+
readonly wasm_bindgen_8fe9988f50693199___closure__destroy___dyn_core_caf160d1939785e___ops__function__FnMut__wasm_bindgen_8fe9988f50693199___JsValue____Output_______: (a: number, b: number) => void;
|
|
308
|
+
readonly wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue__wasm_bindgen_8fe9988f50693199___JsValue_____: (a: number, b: number, c: any, d: any) => void;
|
|
309
|
+
readonly wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____: (a: number, b: number, c: any) => void;
|
|
310
|
+
readonly wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue_____: (a: number, b: number, c: any) => void;
|
|
311
|
+
readonly wasm_bindgen_8fe9988f50693199___convert__closures_____invoke______: (a: number, b: number) => void;
|
|
312
312
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
313
313
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
314
314
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/hermes_wasm.js
CHANGED
|
@@ -615,7 +615,7 @@ function __wbg_get_imports() {
|
|
|
615
615
|
const ret = arg0.call(arg1, arg2, arg3, arg4);
|
|
616
616
|
return ret;
|
|
617
617
|
}, arguments); },
|
|
618
|
-
|
|
618
|
+
__wbg_clearTimeout_26e350acd8252ec6: function(arg0) {
|
|
619
619
|
const ret = clearTimeout(arg0);
|
|
620
620
|
return ret;
|
|
621
621
|
},
|
|
@@ -656,7 +656,7 @@ function __wbg_get_imports() {
|
|
|
656
656
|
__wbg_error_9a7fe3f932034cde: function(arg0) {
|
|
657
657
|
console.error(arg0);
|
|
658
658
|
},
|
|
659
|
-
|
|
659
|
+
__wbg_fetch_995a2faca6a97afe: function(arg0) {
|
|
660
660
|
const ret = fetch(arg0);
|
|
661
661
|
return ret;
|
|
662
662
|
},
|
|
@@ -789,7 +789,7 @@ function __wbg_get_imports() {
|
|
|
789
789
|
const a = state0.a;
|
|
790
790
|
state0.a = 0;
|
|
791
791
|
try {
|
|
792
|
-
return
|
|
792
|
+
return wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue__wasm_bindgen_8fe9988f50693199___JsValue_____(a, state0.b, arg0, arg1);
|
|
793
793
|
} finally {
|
|
794
794
|
state0.a = a;
|
|
795
795
|
}
|
|
@@ -870,7 +870,7 @@ function __wbg_get_imports() {
|
|
|
870
870
|
const ret = arg0.result;
|
|
871
871
|
return ret;
|
|
872
872
|
}, arguments); },
|
|
873
|
-
|
|
873
|
+
__wbg_setTimeout_4360465139fa5dfe: function(arg0, arg1) {
|
|
874
874
|
const ret = setTimeout(arg0, arg1);
|
|
875
875
|
return ret;
|
|
876
876
|
},
|
|
@@ -984,22 +984,22 @@ function __wbg_get_imports() {
|
|
|
984
984
|
},
|
|
985
985
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
986
986
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 215, function: Function { arguments: [NamedExternref("Event")], shim_idx: 216, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
987
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
987
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_8fe9988f50693199___closure__destroy___dyn_core_caf160d1939785e___ops__function__FnMut__web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent____Output_______, wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____);
|
|
988
988
|
return ret;
|
|
989
989
|
},
|
|
990
990
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
991
991
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 215, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 216, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
992
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
992
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_8fe9988f50693199___closure__destroy___dyn_core_caf160d1939785e___ops__function__FnMut__web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent____Output_______, wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____);
|
|
993
993
|
return ret;
|
|
994
994
|
},
|
|
995
995
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
996
996
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 445, function: Function { arguments: [], shim_idx: 446, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
997
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
997
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_8fe9988f50693199___closure__destroy___dyn_core_caf160d1939785e___ops__function__FnMut_____Output_______, wasm_bindgen_8fe9988f50693199___convert__closures_____invoke______);
|
|
998
998
|
return ret;
|
|
999
999
|
},
|
|
1000
1000
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1001
1001
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 481, function: Function { arguments: [Externref], shim_idx: 482, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1002
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1002
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_8fe9988f50693199___closure__destroy___dyn_core_caf160d1939785e___ops__function__FnMut__wasm_bindgen_8fe9988f50693199___JsValue____Output_______, wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue_____);
|
|
1003
1003
|
return ret;
|
|
1004
1004
|
},
|
|
1005
1005
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -1038,20 +1038,20 @@ function __wbg_get_imports() {
|
|
|
1038
1038
|
};
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
|
-
function
|
|
1042
|
-
wasm.
|
|
1041
|
+
function wasm_bindgen_8fe9988f50693199___convert__closures_____invoke______(arg0, arg1) {
|
|
1042
|
+
wasm.wasm_bindgen_8fe9988f50693199___convert__closures_____invoke______(arg0, arg1);
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
|
-
function
|
|
1046
|
-
wasm.
|
|
1045
|
+
function wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____(arg0, arg1, arg2) {
|
|
1046
|
+
wasm.wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___web_sys_c77a5175b1910357___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____(arg0, arg1, arg2);
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
function
|
|
1050
|
-
wasm.
|
|
1049
|
+
function wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue_____(arg0, arg1, arg2) {
|
|
1050
|
+
wasm.wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue_____(arg0, arg1, arg2);
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
|
-
function
|
|
1054
|
-
wasm.
|
|
1053
|
+
function wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue__wasm_bindgen_8fe9988f50693199___JsValue_____(arg0, arg1, arg2, arg3) {
|
|
1054
|
+
wasm.wasm_bindgen_8fe9988f50693199___convert__closures_____invoke___wasm_bindgen_8fe9988f50693199___JsValue__wasm_bindgen_8fe9988f50693199___JsValue_____(arg0, arg1, arg2, arg3);
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
1057
1057
|
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|