hermes-wasm 0.4.6 → 0.4.7

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
@@ -261,11 +261,11 @@ export interface InitOutput {
261
261
  readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
262
262
  readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
263
263
  readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
264
- readonly wasm_bindgen__closure__destroy__h179e3bd1e5f7737b: (a: number, b: number) => void;
264
+ readonly wasm_bindgen__closure__destroy__h744bfc735a01ea2f: (a: number, b: number) => void;
265
265
  readonly wasm_bindgen__closure__destroy__h1350f7c666e1bbd4: (a: number, b: number) => void;
266
266
  readonly wasm_bindgen__closure__destroy__h5abbeebb46a4841f: (a: number, b: number) => void;
267
267
  readonly wasm_bindgen__convert__closures_____invoke__hb9974b33ecb02c45: (a: number, b: number, c: any, d: any) => void;
268
- readonly wasm_bindgen__convert__closures_____invoke__h0a76af665a0b0a4a: (a: number, b: number, c: any) => void;
268
+ readonly wasm_bindgen__convert__closures_____invoke__heabf785cffb33e6e: (a: number, b: number, c: any) => void;
269
269
  readonly wasm_bindgen__convert__closures_____invoke__h92271f2d5d02a5fa: (a: number, b: number, c: any) => void;
270
270
  readonly wasm_bindgen__convert__closures_____invoke__h12264eefbd788797: (a: number, b: number) => void;
271
271
  readonly __wbindgen_malloc: (a: number, b: number) => number;
package/hermes_wasm.js CHANGED
@@ -916,12 +916,12 @@ function __wbg_get_imports() {
916
916
  },
917
917
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
918
918
  // Cast intrinsic for `Closure(Closure { dtor_idx: 124, function: Function { arguments: [NamedExternref("Event")], shim_idx: 125, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
919
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h179e3bd1e5f7737b, wasm_bindgen__convert__closures_____invoke__h0a76af665a0b0a4a);
919
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h744bfc735a01ea2f, wasm_bindgen__convert__closures_____invoke__heabf785cffb33e6e);
920
920
  return ret;
921
921
  },
922
922
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
923
923
  // Cast intrinsic for `Closure(Closure { dtor_idx: 124, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 125, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
924
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h179e3bd1e5f7737b, wasm_bindgen__convert__closures_____invoke__h0a76af665a0b0a4a);
924
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h744bfc735a01ea2f, wasm_bindgen__convert__closures_____invoke__heabf785cffb33e6e);
925
925
  return ret;
926
926
  },
927
927
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
@@ -974,8 +974,8 @@ function wasm_bindgen__convert__closures_____invoke__h12264eefbd788797(arg0, arg
974
974
  wasm.wasm_bindgen__convert__closures_____invoke__h12264eefbd788797(arg0, arg1);
975
975
  }
976
976
 
977
- function wasm_bindgen__convert__closures_____invoke__h0a76af665a0b0a4a(arg0, arg1, arg2) {
978
- wasm.wasm_bindgen__convert__closures_____invoke__h0a76af665a0b0a4a(arg0, arg1, arg2);
977
+ function wasm_bindgen__convert__closures_____invoke__heabf785cffb33e6e(arg0, arg1, arg2) {
978
+ wasm.wasm_bindgen__convert__closures_____invoke__heabf785cffb33e6e(arg0, arg1, arg2);
979
979
  }
980
980
 
981
981
  function wasm_bindgen__convert__closures_____invoke__h92271f2d5d02a5fa(arg0, arg1, arg2) {
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.6",
8
+ "version": "0.4.7",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",