@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
package/pkg/package.json
CHANGED
package/pkg/rivetkit_wasm.d.ts
CHANGED
|
@@ -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
|
|
309
|
+
readonly closure2622_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
310
310
|
readonly __wbindgen_start: () => void;
|
|
311
311
|
}
|
|
312
312
|
|
package/pkg/rivetkit_wasm.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
142
|
+
export const closure2622_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
143
143
|
export const __wbindgen_start: () => void;
|