@rivetkit/rivetkit-wasm 2.3.13 → 2.3.15-rc.1

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.13",
3
+ "version": "2.3.15-rc.1",
4
4
  "description": "WebAssembly bindings for RivetKit core on edge JavaScript runtimes",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
package/pkg/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "collaborators": [
5
5
  "Rivet Gaming, LLC <developer@rivet.dev>"
6
6
  ],
7
- "version": "2.3.13",
7
+ "version": "2.3.14",
8
8
  "license": "Apache-2.0",
9
9
  "files": [
10
10
  "rivetkit_wasm_bg.wasm",
@@ -306,7 +306,7 @@ export interface InitOutput {
306
306
  readonly __externref_table_dealloc: (a: number) => void;
307
307
  readonly closure1987_externref_shim: (a: number, b: number, c: any) => void;
308
308
  readonly closure2385_externref_shim: (a: number, b: number, c: any) => void;
309
- readonly closure2620_externref_shim: (a: number, b: number, c: any, d: any) => void;
309
+ readonly closure2622_externref_shim: (a: number, b: number, c: any, d: any) => void;
310
310
  readonly __wbindgen_start: () => void;
311
311
  }
312
312
 
@@ -282,7 +282,7 @@ function __wbg_adapter_59(arg0, arg1, arg2) {
282
282
  }
283
283
 
284
284
  function __wbg_adapter_297(arg0, arg1, arg2, arg3) {
285
- wasm.closure2620_externref_shim(arg0, arg1, arg2, arg3);
285
+ wasm.closure2622_externref_shim(arg0, arg1, arg2, arg3);
286
286
  }
287
287
 
288
288
  const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
@@ -1766,7 +1766,7 @@ function __wbg_get_imports() {
1766
1766
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
1767
1767
  }
1768
1768
  };
1769
- imports.wbg.__wbg_getRandomValues_6c498bf966d88108 = function() { return handleError(function (arg0, arg1) {
1769
+ imports.wbg.__wbg_getRandomValues_430b4ece0366b997 = function() { return handleError(function (arg0, arg1) {
1770
1770
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
1771
1771
  }, arguments) };
1772
1772
  imports.wbg.__wbg_getRandomValues_b8f5dbd5f3995a9e = function() { return handleError(function (arg0, arg1) {
@@ -2112,23 +2112,23 @@ function __wbg_get_imports() {
2112
2112
  const ret = false;
2113
2113
  return ret;
2114
2114
  };
2115
- imports.wbg.__wbindgen_closure_wrapper4950 = function(arg0, arg1, arg2) {
2115
+ imports.wbg.__wbindgen_closure_wrapper4951 = function(arg0, arg1, arg2) {
2116
2116
  const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2117
2117
  return ret;
2118
2118
  };
2119
- imports.wbg.__wbindgen_closure_wrapper4952 = function(arg0, arg1, arg2) {
2119
+ imports.wbg.__wbindgen_closure_wrapper4953 = function(arg0, arg1, arg2) {
2120
2120
  const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2121
2121
  return ret;
2122
2122
  };
2123
- imports.wbg.__wbindgen_closure_wrapper4954 = function(arg0, arg1, arg2) {
2123
+ imports.wbg.__wbindgen_closure_wrapper4955 = function(arg0, arg1, arg2) {
2124
2124
  const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2125
2125
  return ret;
2126
2126
  };
2127
- imports.wbg.__wbindgen_closure_wrapper4956 = function(arg0, arg1, arg2) {
2127
+ imports.wbg.__wbindgen_closure_wrapper4957 = function(arg0, arg1, arg2) {
2128
2128
  const ret = makeMutClosure(arg0, arg1, 1988, __wbg_adapter_50);
2129
2129
  return ret;
2130
2130
  };
2131
- imports.wbg.__wbindgen_closure_wrapper5598 = function(arg0, arg1, arg2) {
2131
+ imports.wbg.__wbindgen_closure_wrapper5600 = function(arg0, arg1, arg2) {
2132
2132
  const ret = makeMutClosure(arg0, arg1, 2386, __wbg_adapter_59);
2133
2133
  return ret;
2134
2134
  };
Binary file
@@ -139,5 +139,5 @@ export const __wbindgen_export_6: WebAssembly.Table;
139
139
  export const __externref_table_dealloc: (a: number) => void;
140
140
  export const closure1987_externref_shim: (a: number, b: number, c: any) => void;
141
141
  export const closure2385_externref_shim: (a: number, b: number, c: any) => void;
142
- export const closure2620_externref_shim: (a: number, b: number, c: any, d: any) => void;
142
+ export const closure2622_externref_shim: (a: number, b: number, c: any, d: any) => void;
143
143
  export const __wbindgen_start: () => void;