@reifydb/wasm 0.3.0 → 0.4.0

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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@reifydb/wasm",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "dependencies": {
8
- "@reifydb/core": "0.3.0"
8
+ "@reifydb/core": "0.4.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@types/node": "^24.0.10",
@@ -336,7 +336,7 @@ export function __wbg_stringify_8d1cc6ff383e8bae() { return handleError(function
336
336
  return ret;
337
337
  }, arguments); }
338
338
  export function __wbindgen_cast_0000000000000001(arg0, arg1) {
339
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3180, function: Function { arguments: [], shim_idx: 3181, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
339
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 3182, function: Function { arguments: [], shim_idx: 3183, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
340
340
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb496c74d4b5d2fe7, wasm_bindgen__convert__closures_____invoke__hb278d5bbbfdc8d45);
341
341
  return ret;
342
342
  }
Binary file
@@ -11,10 +11,10 @@ export const wasmdb_query: (a: number, b: number, c: number) => [number, number,
11
11
  export const wasmdb_queryWithParams: (a: number, b: number, c: number, d: any) => [number, number, number];
12
12
  export const __wbg_jserror_free: (a: number, b: number) => void;
13
13
  export const jserror_message: (a: number) => [number, number];
14
+ export const host_log_message: (a: bigint, b: number, c: number, d: number) => void;
14
15
  export const host_alloc: (a: number) => number;
15
16
  export const host_free: (a: number, b: number) => void;
16
17
  export const host_realloc: (a: number, b: number, c: number) => number;
17
- export const host_log_message: (a: bigint, b: number, c: number, d: number) => void;
18
18
  export const test_alloc: (a: number) => number;
19
19
  export const test_free: (a: number, b: number) => void;
20
20
  export const test_log_message: (a: bigint, b: number, c: number, d: number) => void;