hermes-wasm 1.8.33 → 1.8.34
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
|
@@ -1348,7 +1348,7 @@ function __wbg_get_imports() {
|
|
|
1348
1348
|
console.warn(arg0);
|
|
1349
1349
|
},
|
|
1350
1350
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1351
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1351
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1666, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1352
1352
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_7e519ff5bc59ba8e___convert__closures_____invoke___wasm_bindgen_7e519ff5bc59ba8e___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_7e519ff5bc59ba8e___JsError___true_);
|
|
1353
1353
|
return ret;
|
|
1354
1354
|
},
|
|
@@ -1363,7 +1363,7 @@ function __wbg_get_imports() {
|
|
|
1363
1363
|
return ret;
|
|
1364
1364
|
},
|
|
1365
1365
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1366
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1366
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 818, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1367
1367
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_7e519ff5bc59ba8e___convert__closures_____invoke_______true_);
|
|
1368
1368
|
return ret;
|
|
1369
1369
|
},
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|