@rivetkit/rivetkit-wasm 0.0.0-main.72cbc7c → 0.0.0-nathan-2-3-0-rc.9bfd2bc

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": "0.0.0-main.72cbc7c",
3
+ "version": "0.0.0-nathan-2-3-0-rc.9bfd2bc",
4
4
  "description": "WebAssembly bindings for RivetKit core on edge JavaScript runtimes",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -246,9 +246,9 @@ export interface InitOutput {
246
246
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
247
247
  readonly __wbindgen_export_6: WebAssembly.Table;
248
248
  readonly __externref_table_dealloc: (a: number) => void;
249
- readonly closure1600_externref_shim: (a: number, b: number, c: any) => void;
250
- readonly closure1804_externref_shim: (a: number, b: number, c: any) => void;
251
- readonly closure2027_externref_shim: (a: number, b: number, c: any, d: any) => void;
249
+ readonly closure1688_externref_shim: (a: number, b: number, c: any) => void;
250
+ readonly closure1892_externref_shim: (a: number, b: number, c: any) => void;
251
+ readonly closure2115_externref_shim: (a: number, b: number, c: any, d: any) => void;
252
252
  readonly __wbindgen_start: () => void;
253
253
  }
254
254
 
@@ -275,15 +275,15 @@ export function uint8ArrayFromBytes(bytes) {
275
275
  }
276
276
 
277
277
  function __wbg_adapter_46(arg0, arg1, arg2) {
278
- wasm.closure1600_externref_shim(arg0, arg1, arg2);
278
+ wasm.closure1688_externref_shim(arg0, arg1, arg2);
279
279
  }
280
280
 
281
281
  function __wbg_adapter_55(arg0, arg1, arg2) {
282
- wasm.closure1804_externref_shim(arg0, arg1, arg2);
282
+ wasm.closure1892_externref_shim(arg0, arg1, arg2);
283
283
  }
284
284
 
285
285
  function __wbg_adapter_225(arg0, arg1, arg2, arg3) {
286
- wasm.closure2027_externref_shim(arg0, arg1, arg2, arg3);
286
+ wasm.closure2115_externref_shim(arg0, arg1, arg2, arg3);
287
287
  }
288
288
 
289
289
  const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
@@ -1774,24 +1774,24 @@ function __wbg_get_imports() {
1774
1774
  const ret = false;
1775
1775
  return ret;
1776
1776
  };
1777
- imports.wbg.__wbindgen_closure_wrapper3776 = function(arg0, arg1, arg2) {
1778
- const ret = makeMutClosure(arg0, arg1, 1601, __wbg_adapter_46);
1777
+ imports.wbg.__wbindgen_closure_wrapper3861 = function(arg0, arg1, arg2) {
1778
+ const ret = makeMutClosure(arg0, arg1, 1689, __wbg_adapter_46);
1779
1779
  return ret;
1780
1780
  };
1781
- imports.wbg.__wbindgen_closure_wrapper3778 = function(arg0, arg1, arg2) {
1782
- const ret = makeMutClosure(arg0, arg1, 1601, __wbg_adapter_46);
1781
+ imports.wbg.__wbindgen_closure_wrapper3863 = function(arg0, arg1, arg2) {
1782
+ const ret = makeMutClosure(arg0, arg1, 1689, __wbg_adapter_46);
1783
1783
  return ret;
1784
1784
  };
1785
- imports.wbg.__wbindgen_closure_wrapper3780 = function(arg0, arg1, arg2) {
1786
- const ret = makeMutClosure(arg0, arg1, 1601, __wbg_adapter_46);
1785
+ imports.wbg.__wbindgen_closure_wrapper3865 = function(arg0, arg1, arg2) {
1786
+ const ret = makeMutClosure(arg0, arg1, 1689, __wbg_adapter_46);
1787
1787
  return ret;
1788
1788
  };
1789
- imports.wbg.__wbindgen_closure_wrapper3782 = function(arg0, arg1, arg2) {
1790
- const ret = makeMutClosure(arg0, arg1, 1601, __wbg_adapter_46);
1789
+ imports.wbg.__wbindgen_closure_wrapper3867 = function(arg0, arg1, arg2) {
1790
+ const ret = makeMutClosure(arg0, arg1, 1689, __wbg_adapter_46);
1791
1791
  return ret;
1792
1792
  };
1793
- imports.wbg.__wbindgen_closure_wrapper4382 = function(arg0, arg1, arg2) {
1794
- const ret = makeMutClosure(arg0, arg1, 1805, __wbg_adapter_55);
1793
+ imports.wbg.__wbindgen_closure_wrapper4467 = function(arg0, arg1, arg2) {
1794
+ const ret = makeMutClosure(arg0, arg1, 1893, __wbg_adapter_55);
1795
1795
  return ret;
1796
1796
  };
1797
1797
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -111,7 +111,7 @@ export const __wbindgen_export_4: WebAssembly.Table;
111
111
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
112
112
  export const __wbindgen_export_6: WebAssembly.Table;
113
113
  export const __externref_table_dealloc: (a: number) => void;
114
- export const closure1600_externref_shim: (a: number, b: number, c: any) => void;
115
- export const closure1804_externref_shim: (a: number, b: number, c: any) => void;
116
- export const closure2027_externref_shim: (a: number, b: number, c: any, d: any) => void;
114
+ export const closure1688_externref_shim: (a: number, b: number, c: any) => void;
115
+ export const closure1892_externref_shim: (a: number, b: number, c: any) => void;
116
+ export const closure2115_externref_shim: (a: number, b: number, c: any, d: any) => void;
117
117
  export const __wbindgen_start: () => void;