hermes-wasm 1.4.56 → 1.4.59
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 +2 -2
- package/hermes_wasm.js +2 -2
- package/hermes_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/hermes_wasm.d.ts
CHANGED
|
@@ -266,8 +266,6 @@ export interface InitOutput {
|
|
|
266
266
|
readonly remoteindex_search: (a: number, b: number, c: number, d: number) => any;
|
|
267
267
|
readonly remoteindex_search_offset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
268
268
|
readonly remoteindex_with_cache_size: (a: number, b: number, c: number) => number;
|
|
269
|
-
readonly init: () => void;
|
|
270
|
-
readonly setup_logging: () => void;
|
|
271
269
|
readonly __wbg_indexregistry_free: (a: number, b: number) => void;
|
|
272
270
|
readonly __wbg_ipfsindex_free: (a: number, b: number) => void;
|
|
273
271
|
readonly indexregistry_add_remote: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
@@ -294,6 +292,8 @@ export interface InitOutput {
|
|
|
294
292
|
readonly ipfsindex_search: (a: number, b: number, c: number, d: number) => any;
|
|
295
293
|
readonly ipfsindex_search_offset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
296
294
|
readonly ipfsindex_with_cache_size: (a: number, b: number, c: number) => number;
|
|
295
|
+
readonly init: () => void;
|
|
296
|
+
readonly setup_logging: () => void;
|
|
297
297
|
readonly rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
298
298
|
readonly rust_zstd_wasm_shim_free: (a: number) => void;
|
|
299
299
|
readonly rust_zstd_wasm_shim_malloc: (a: number) => number;
|
package/hermes_wasm.js
CHANGED
|
@@ -983,12 +983,12 @@ function __wbg_get_imports() {
|
|
|
983
983
|
console.warn(arg0);
|
|
984
984
|
},
|
|
985
985
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
986
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
986
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 434, function: Function { arguments: [], shim_idx: 435, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
987
987
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_6d8e40659a4becb4___closure__destroy___dyn_core_9e4b53dd61fe0b34___ops__function__FnMut_____Output_______, wasm_bindgen_6d8e40659a4becb4___convert__closures_____invoke______);
|
|
988
988
|
return ret;
|
|
989
989
|
},
|
|
990
990
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
991
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
991
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 465, function: Function { arguments: [Externref], shim_idx: 466, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
992
992
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_6d8e40659a4becb4___closure__destroy___dyn_core_9e4b53dd61fe0b34___ops__function__FnMut__wasm_bindgen_6d8e40659a4becb4___JsValue____Output_______, wasm_bindgen_6d8e40659a4becb4___convert__closures_____invoke___wasm_bindgen_6d8e40659a4becb4___JsValue_____);
|
|
993
993
|
return ret;
|
|
994
994
|
},
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|