qail-wasm 0.8.10 → 0.8.11

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
@@ -2,7 +2,7 @@
2
2
  "name": "qail-wasm",
3
3
  "type": "module",
4
4
  "description": "QAIL parser and transpiler for JavaScript/TypeScript via WebAssembly",
5
- "version": "0.8.10",
5
+ "version": "0.8.11",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/qail_wasm.d.ts CHANGED
@@ -81,8 +81,8 @@ export interface InitOutput {
81
81
  readonly __wbindgen_malloc: (a: number, b: number) => number;
82
82
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
83
83
  readonly __wbindgen_externrefs: WebAssembly.Table;
84
- readonly __externref_table_dealloc: (a: number) => void;
85
84
  readonly __wbindgen_free: (a: number, b: number, c: number) => void;
85
+ readonly __externref_table_dealloc: (a: number) => void;
86
86
  readonly __wbindgen_start: () => void;
87
87
  }
88
88
 
package/qail_wasm_bg.wasm CHANGED
Binary file