@rivetkit/rivetkit-wasm 0.0.0-sqlite-uds.4e59a38 → 0.0.0-sqlite-uds.ea644f1
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/rivetkit_wasm.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
export function start(): void;
|
|
4
3
|
export function roundTripBytes(bytes: Uint8Array): Uint8Array;
|
|
4
|
+
export function start(): void;
|
|
5
5
|
export function awaitPromise(promise: Promise<any>): Promise<any>;
|
|
6
6
|
export function bridgeRivetErrorPrefix(): string;
|
|
7
7
|
export function uint8ArrayFromBytes(bytes: Uint8Array): Uint8Array;
|
|
@@ -240,8 +240,8 @@ export interface InitOutput {
|
|
|
240
240
|
readonly start: () => void;
|
|
241
241
|
readonly actorcontext_queue: (a: number) => number;
|
|
242
242
|
readonly actorcontext_schedule: (a: number) => number;
|
|
243
|
-
readonly __wbg_queue_free: (a: number, b: number) => void;
|
|
244
243
|
readonly __wbg_schedule_free: (a: number, b: number) => void;
|
|
244
|
+
readonly __wbg_queue_free: (a: number, b: number) => void;
|
|
245
245
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
246
246
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
247
247
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/pkg/rivetkit_wasm.js
CHANGED
|
@@ -221,11 +221,6 @@ function _assertClass(instance, klass) {
|
|
|
221
221
|
throw new Error(`expected instance of ${klass.name}`);
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
|
-
|
|
225
|
-
export function start() {
|
|
226
|
-
wasm.start();
|
|
227
|
-
}
|
|
228
|
-
|
|
229
224
|
/**
|
|
230
225
|
* @param {Uint8Array} bytes
|
|
231
226
|
* @returns {Uint8Array}
|
|
@@ -239,6 +234,10 @@ export function roundTripBytes(bytes) {
|
|
|
239
234
|
return v2;
|
|
240
235
|
}
|
|
241
236
|
|
|
237
|
+
export function start() {
|
|
238
|
+
wasm.start();
|
|
239
|
+
}
|
|
240
|
+
|
|
242
241
|
/**
|
|
243
242
|
* @param {Promise<any>} promise
|
|
244
243
|
* @returns {Promise<any>}
|
|
@@ -1805,7 +1804,7 @@ function __wbg_get_imports() {
|
|
|
1805
1804
|
const ret = makeMutClosure(arg0, arg1, 1609, __wbg_adapter_46);
|
|
1806
1805
|
return ret;
|
|
1807
1806
|
};
|
|
1808
|
-
imports.wbg.
|
|
1807
|
+
imports.wbg.__wbindgen_closure_wrapper4627 = function(arg0, arg1, arg2) {
|
|
1809
1808
|
const ret = makeMutClosure(arg0, arg1, 1961, __wbg_adapter_55);
|
|
1810
1809
|
return ret;
|
|
1811
1810
|
};
|
|
Binary file
|
|
@@ -103,8 +103,8 @@ export const websockethandle_setEventCallback: (a: number, b: any) => void;
|
|
|
103
103
|
export const start: () => void;
|
|
104
104
|
export const actorcontext_queue: (a: number) => number;
|
|
105
105
|
export const actorcontext_schedule: (a: number) => number;
|
|
106
|
-
export const __wbg_queue_free: (a: number, b: number) => void;
|
|
107
106
|
export const __wbg_schedule_free: (a: number, b: number) => void;
|
|
107
|
+
export const __wbg_queue_free: (a: number, b: number) => void;
|
|
108
108
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
109
109
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
110
110
|
export const __wbindgen_exn_store: (a: number) => void;
|