hermes-wasm 1.8.21 → 1.8.22
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.js +2 -2
- package/hermes_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/hermes_wasm.js
CHANGED
|
@@ -985,12 +985,12 @@ function __wbg_get_imports() {
|
|
|
985
985
|
return ret;
|
|
986
986
|
},
|
|
987
987
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
988
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
988
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 596, function: Function { arguments: [], shim_idx: 597, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
989
989
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_a150414fbf85c823___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut_____Output_______, wasm_bindgen_a150414fbf85c823___convert__closures_____invoke_______true_);
|
|
990
990
|
return ret;
|
|
991
991
|
},
|
|
992
992
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
993
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
993
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 626, function: Function { arguments: [Externref], shim_idx: 627, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
994
994
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_a150414fbf85c823___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut__wasm_bindgen_a150414fbf85c823___JsValue____Output___core_5858575f5ab61d4b___result__Result_____wasm_bindgen_a150414fbf85c823___JsError___, wasm_bindgen_a150414fbf85c823___convert__closures_____invoke___wasm_bindgen_a150414fbf85c823___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_a150414fbf85c823___JsError___true_);
|
|
995
995
|
return ret;
|
|
996
996
|
},
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|