hermes-wasm 0.4.0 → 0.4.2

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 CHANGED
@@ -251,8 +251,8 @@ export interface InitOutput {
251
251
  readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
252
252
  readonly wasm_bindgen__convert__closures_____invoke__h31cab8129ff204d7: (a: number, b: number) => void;
253
253
  readonly wasm_bindgen__closure__destroy__hb957e677ca4e125e: (a: number, b: number) => void;
254
- readonly wasm_bindgen__convert__closures_____invoke__h12877b00f5ff97b2: (a: number, b: number, c: any) => void;
255
- readonly wasm_bindgen__closure__destroy__h5be40c6ebdfff08c: (a: number, b: number) => void;
254
+ readonly wasm_bindgen__convert__closures_____invoke__ha321675473457a2d: (a: number, b: number, c: any) => void;
255
+ readonly wasm_bindgen__closure__destroy__h460381bbea3881da: (a: number, b: number) => void;
256
256
  readonly wasm_bindgen__convert__closures_____invoke__haa072074c85bd216: (a: number, b: number, c: any) => void;
257
257
  readonly wasm_bindgen__closure__destroy__h7b55ee774e6ec527: (a: number, b: number) => void;
258
258
  readonly wasm_bindgen__convert__closures_____invoke__h1d5a4b72e8f7feb4: (a: number, b: number, c: any, d: any) => void;
package/hermes_wasm.js CHANGED
@@ -225,8 +225,8 @@ function wasm_bindgen__convert__closures_____invoke__h31cab8129ff204d7(arg0, arg
225
225
  wasm.wasm_bindgen__convert__closures_____invoke__h31cab8129ff204d7(arg0, arg1);
226
226
  }
227
227
 
228
- function wasm_bindgen__convert__closures_____invoke__h12877b00f5ff97b2(arg0, arg1, arg2) {
229
- wasm.wasm_bindgen__convert__closures_____invoke__h12877b00f5ff97b2(arg0, arg1, arg2);
228
+ function wasm_bindgen__convert__closures_____invoke__ha321675473457a2d(arg0, arg1, arg2) {
229
+ wasm.wasm_bindgen__convert__closures_____invoke__ha321675473457a2d(arg0, arg1, arg2);
230
230
  }
231
231
 
232
232
  function wasm_bindgen__convert__closures_____invoke__haa072074c85bd216(arg0, arg1, arg2) {
@@ -1220,7 +1220,7 @@ function __wbg_get_imports() {
1220
1220
  };
1221
1221
  imports.wbg.__wbindgen_cast_931570d93c3b5212 = function(arg0, arg1) {
1222
1222
  // Cast intrinsic for `Closure(Closure { dtor_idx: 156, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 157, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1223
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5be40c6ebdfff08c, wasm_bindgen__convert__closures_____invoke__h12877b00f5ff97b2);
1223
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h460381bbea3881da, wasm_bindgen__convert__closures_____invoke__ha321675473457a2d);
1224
1224
  return ret;
1225
1225
  };
1226
1226
  imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
@@ -1230,7 +1230,7 @@ function __wbg_get_imports() {
1230
1230
  };
1231
1231
  imports.wbg.__wbindgen_cast_b823710538eed405 = function(arg0, arg1) {
1232
1232
  // Cast intrinsic for `Closure(Closure { dtor_idx: 156, function: Function { arguments: [NamedExternref("Event")], shim_idx: 157, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1233
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5be40c6ebdfff08c, wasm_bindgen__convert__closures_____invoke__h12877b00f5ff97b2);
1233
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h460381bbea3881da, wasm_bindgen__convert__closures_____invoke__ha321675473457a2d);
1234
1234
  return ret;
1235
1235
  };
1236
1236
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "izihawa"
6
6
  ],
7
7
  "description": "WASM bindings for Hermes search engine",
8
- "version": "0.4.0",
8
+ "version": "0.4.2",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",