hermes-wasm 1.4.39 → 1.4.40
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
|
@@ -993,12 +993,12 @@ function __wbg_get_imports() {
|
|
|
993
993
|
return ret;
|
|
994
994
|
},
|
|
995
995
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
996
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
996
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 449, function: Function { arguments: [], shim_idx: 450, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
997
997
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_6e3b05e36f1a67e___closure__destroy___dyn_core_6d961589691b2eac___ops__function__FnMut_____Output_______, wasm_bindgen_6e3b05e36f1a67e___convert__closures_____invoke______);
|
|
998
998
|
return ret;
|
|
999
999
|
},
|
|
1000
1000
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1001
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1001
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 486, function: Function { arguments: [Externref], shim_idx: 487, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1002
1002
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_6e3b05e36f1a67e___closure__destroy___dyn_core_6d961589691b2eac___ops__function__FnMut__wasm_bindgen_6e3b05e36f1a67e___JsValue____Output_______, wasm_bindgen_6e3b05e36f1a67e___convert__closures_____invoke___wasm_bindgen_6e3b05e36f1a67e___JsValue_____);
|
|
1003
1003
|
return ret;
|
|
1004
1004
|
},
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|