Files
windmill/cli/wasm/py/windmill_parser_wasm_bg.wasm.d.ts
2025-12-19 21:07:46 +00:00

11 lines
574 B
TypeScript

/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const parse_assets_py: (a: number, b: number) => [number, number];
export const parse_python: (a: number, b: number, c: number, d: number) => [number, number];
export const __wbindgen_export_0: WebAssembly.Table;
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_start: () => void;