@lamhieu/prisma-schema-engine-wasm 7.8.0

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.
Binary file
@@ -0,0 +1,32 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ export const memory: WebAssembly.Memory;
4
+ export const __wbg_schemaengine_free: (a: number, b: number) => void;
5
+ export const schemaengine_applyMigrations: (a: number, b: any) => any;
6
+ export const schemaengine_createMigration: (a: number, b: any) => any;
7
+ export const schemaengine_dbExecute: (a: number, b: any) => any;
8
+ export const schemaengine_debugPanic: (a: number) => void;
9
+ export const schemaengine_devDiagnostic: (a: number, b: any) => any;
10
+ export const schemaengine_diagnoseMigrationHistory: (a: number, b: any) => any;
11
+ export const schemaengine_diff: (a: number, b: any) => any;
12
+ export const schemaengine_ensureConnectionValidity: (a: number, b: any) => any;
13
+ export const schemaengine_evaluateDataLoss: (a: number, b: any) => any;
14
+ export const schemaengine_introspect: (a: number, b: any) => any;
15
+ export const schemaengine_introspectSql: (a: number, b: any) => any;
16
+ export const schemaengine_markMigrationApplied: (a: number, b: any) => any;
17
+ export const schemaengine_markMigrationRolledBack: (a: number, b: any) => any;
18
+ export const schemaengine_new: (a: any, b: any, c: any) => any;
19
+ export const schemaengine_reset: (a: number, b: any) => any;
20
+ export const schemaengine_schemaPush: (a: number, b: any) => any;
21
+ export const schemaengine_version: (a: number, b: number) => any;
22
+ export const version: () => [number, number];
23
+ export const wasm_bindgen__convert__closures_____invoke__h4b6eff8b35d91edc: (a: number, b: number, c: any) => void;
24
+ export const wasm_bindgen__closure__destroy__h1953f9cbca4d61ad: (a: number, b: number) => void;
25
+ export const wasm_bindgen__convert__closures_____invoke__h5e6bfddadadf045e: (a: number, b: number, c: any, d: any) => void;
26
+ export const __wbindgen_malloc: (a: number, b: number) => number;
27
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
28
+ export const __wbindgen_exn_store: (a: number) => void;
29
+ export const __externref_table_alloc: () => number;
30
+ export const __wbindgen_externrefs: WebAssembly.Table;
31
+ export const __wbindgen_free: (a: number, b: number, c: number) => void;
32
+ export const __wbindgen_start: () => void;