@omnidotdev/terminal 0.2.1 → 0.2.3

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
@@ -2,20 +2,19 @@
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const create_terminal: (a: number, b: number, c: number, d: number, e: number) => void;
5
- export const __wasm_bindgen_func_elem_359: (a: number, b: number) => void;
6
- export const __wasm_bindgen_func_elem_1508: (a: number, b: number, c: number, d: number) => void;
7
- export const __wasm_bindgen_func_elem_360: (a: number, b: number, c: number) => void;
8
- export const __wasm_bindgen_func_elem_360_2: (a: number, b: number, c: number) => void;
9
- export const __wasm_bindgen_func_elem_360_3: (a: number, b: number, c: number) => void;
10
- export const __wasm_bindgen_func_elem_360_4: (a: number, b: number, c: number) => void;
11
- export const __wasm_bindgen_func_elem_360_5: (a: number, b: number, c: number) => void;
12
- export const __wasm_bindgen_func_elem_360_6: (a: number, b: number, c: number) => void;
13
- export const __wasm_bindgen_func_elem_360_7: (a: number, b: number, c: number) => void;
14
- export const __wasm_bindgen_func_elem_360_8: (a: number, b: number, c: number) => void;
15
- export const __wasm_bindgen_func_elem_360_9: (a: number, b: number, c: number) => void;
16
- export const __wasm_bindgen_func_elem_374: (a: number, b: number) => void;
5
+ export const __wasm_bindgen_func_elem_624: (a: number, b: number) => void;
6
+ export const __wasm_bindgen_func_elem_2189: (a: number, b: number, c: number, d: number) => void;
7
+ export const __wasm_bindgen_func_elem_625: (a: number, b: number, c: number) => void;
8
+ export const __wasm_bindgen_func_elem_625_2: (a: number, b: number, c: number) => void;
9
+ export const __wasm_bindgen_func_elem_625_3: (a: number, b: number, c: number) => void;
10
+ export const __wasm_bindgen_func_elem_625_4: (a: number, b: number, c: number) => void;
11
+ export const __wasm_bindgen_func_elem_625_5: (a: number, b: number, c: number) => void;
12
+ export const __wasm_bindgen_func_elem_625_6: (a: number, b: number, c: number) => void;
13
+ export const __wasm_bindgen_func_elem_625_7: (a: number, b: number, c: number) => void;
14
+ export const __wasm_bindgen_func_elem_625_8: (a: number, b: number, c: number) => void;
15
+ export const __wasm_bindgen_func_elem_625_9: (a: number, b: number, c: number) => void;
16
+ export const __wasm_bindgen_func_elem_628: (a: number, b: number) => void;
17
17
  export const __wbindgen_export: (a: number, b: number) => number;
18
18
  export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
19
19
  export const __wbindgen_export3: (a: number) => void;
20
- export const __wbindgen_export4: (a: number, b: number, c: number) => void;
21
20
  export const __wbindgen_add_to_stack_pointer: (a: number) => number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnidotdev/terminal",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "description": "Embeddable WebGPU terminal component powered by WASM",
6
6
  "main": "./build/index.js",