@rivetkit/rivetkit-wasm 2.3.18-rc.2 → 2.3.18-rc.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/rivetkit-wasm",
3
- "version": "2.3.18-rc.2",
3
+ "version": "2.3.18-rc.3",
4
4
  "description": "WebAssembly bindings for RivetKit core on edge JavaScript runtimes",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -304,9 +304,9 @@ export interface InitOutput {
304
304
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
305
305
  readonly __wbindgen_export_6: WebAssembly.Table;
306
306
  readonly __externref_table_dealloc: (a: number) => void;
307
- readonly closure1987_externref_shim: (a: number, b: number, c: any) => void;
308
- readonly closure2385_externref_shim: (a: number, b: number, c: any) => void;
309
- readonly closure2622_externref_shim: (a: number, b: number, c: any, d: any) => void;
307
+ readonly closure1988_externref_shim: (a: number, b: number, c: any) => void;
308
+ readonly closure2387_externref_shim: (a: number, b: number, c: any) => void;
309
+ readonly closure2624_externref_shim: (a: number, b: number, c: any, d: any) => void;
310
310
  readonly __wbindgen_start: () => void;
311
311
  }
312
312
 
@@ -274,15 +274,15 @@ function takeFromExternrefTable0(idx) {
274
274
  return value;
275
275
  }
276
276
  function __wbg_adapter_50(arg0, arg1, arg2) {
277
- wasm.closure1987_externref_shim(arg0, arg1, arg2);
277
+ wasm.closure1988_externref_shim(arg0, arg1, arg2);
278
278
  }
279
279
 
280
280
  function __wbg_adapter_59(arg0, arg1, arg2) {
281
- wasm.closure2385_externref_shim(arg0, arg1, arg2);
281
+ wasm.closure2387_externref_shim(arg0, arg1, arg2);
282
282
  }
283
283
 
284
284
  function __wbg_adapter_297(arg0, arg1, arg2, arg3) {
285
- wasm.closure2622_externref_shim(arg0, arg1, arg2, arg3);
285
+ wasm.closure2624_externref_shim(arg0, arg1, arg2, arg3);
286
286
  }
287
287
 
288
288
  const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
@@ -2112,24 +2112,24 @@ function __wbg_get_imports() {
2112
2112
  const ret = false;
2113
2113
  return ret;
2114
2114
  };
2115
- imports.wbg.__wbindgen_closure_wrapper4953 = function(arg0, arg1, arg2) {
2116
- const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2115
+ imports.wbg.__wbindgen_closure_wrapper4962 = function(arg0, arg1, arg2) {
2116
+ const ret = makeMutClosure(arg0, arg1, 1989, __wbg_adapter_50);
2117
2117
  return ret;
2118
2118
  };
2119
- imports.wbg.__wbindgen_closure_wrapper4955 = function(arg0, arg1, arg2) {
2120
- const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2119
+ imports.wbg.__wbindgen_closure_wrapper4964 = function(arg0, arg1, arg2) {
2120
+ const ret = makeMutClosure(arg0, arg1, 1989, __wbg_adapter_50);
2121
2121
  return ret;
2122
2122
  };
2123
- imports.wbg.__wbindgen_closure_wrapper4957 = function(arg0, arg1, arg2) {
2124
- const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2123
+ imports.wbg.__wbindgen_closure_wrapper4966 = function(arg0, arg1, arg2) {
2124
+ const ret = makeMutClosure(arg0, arg1, 1989, __wbg_adapter_50);
2125
2125
  return ret;
2126
2126
  };
2127
- imports.wbg.__wbindgen_closure_wrapper4959 = function(arg0, arg1, arg2) {
2128
- const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2127
+ imports.wbg.__wbindgen_closure_wrapper4968 = function(arg0, arg1, arg2) {
2128
+ const ret = makeMutClosure(arg0, arg1, 1989, __wbg_adapter_50);
2129
2129
  return ret;
2130
2130
  };
2131
- imports.wbg.__wbindgen_closure_wrapper5603 = function(arg0, arg1, arg2) {
2132
- const ret = makeMutClosure(arg0, arg1, 2386, __wbg_adapter_59);
2131
+ imports.wbg.__wbindgen_closure_wrapper5616 = function(arg0, arg1, arg2) {
2132
+ const ret = makeMutClosure(arg0, arg1, 2388, __wbg_adapter_59);
2133
2133
  return ret;
2134
2134
  };
2135
2135
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -137,7 +137,7 @@ export const __wbindgen_export_4: WebAssembly.Table;
137
137
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
138
138
  export const __wbindgen_export_6: WebAssembly.Table;
139
139
  export const __externref_table_dealloc: (a: number) => void;
140
- export const closure1987_externref_shim: (a: number, b: number, c: any) => void;
141
- export const closure2385_externref_shim: (a: number, b: number, c: any) => void;
142
- export const closure2622_externref_shim: (a: number, b: number, c: any, d: any) => void;
140
+ export const closure1988_externref_shim: (a: number, b: number, c: any) => void;
141
+ export const closure2387_externref_shim: (a: number, b: number, c: any) => void;
142
+ export const closure2624_externref_shim: (a: number, b: number, c: any, d: any) => void;
143
143
  export const __wbindgen_start: () => void;