ironmark 1.5.6 → 1.6.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
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
4
|
export const parse: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => void;
|
|
5
5
|
export const parseToAst: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => void;
|
|
6
|
+
export const ironmark_free: (a: number) => void;
|
|
7
|
+
export const ironmark_parse: (a: number) => number;
|
|
6
8
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
7
9
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
8
10
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|