@omnidotdev/terminal 0.2.3 → 0.2.4

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.
@@ -12,7 +12,7 @@ export interface InitOutput {
12
12
  readonly memory: WebAssembly.Memory;
13
13
  readonly create_terminal: (a: number, b: number, c: number, d: number, e: number) => void;
14
14
  readonly __wasm_bindgen_func_elem_624: (a: number, b: number) => void;
15
- readonly __wasm_bindgen_func_elem_2189: (a: number, b: number, c: number, d: number) => void;
15
+ readonly __wasm_bindgen_func_elem_2188: (a: number, b: number, c: number, d: number) => void;
16
16
  readonly __wasm_bindgen_func_elem_625: (a: number, b: number, c: number) => void;
17
17
  readonly __wasm_bindgen_func_elem_625_2: (a: number, b: number, c: number) => void;
18
18
  readonly __wasm_bindgen_func_elem_625_3: (a: number, b: number, c: number) => void;
@@ -22,7 +22,7 @@ export interface InitOutput {
22
22
  readonly __wasm_bindgen_func_elem_625_7: (a: number, b: number, c: number) => void;
23
23
  readonly __wasm_bindgen_func_elem_625_8: (a: number, b: number, c: number) => void;
24
24
  readonly __wasm_bindgen_func_elem_625_9: (a: number, b: number, c: number) => void;
25
- readonly __wasm_bindgen_func_elem_628: (a: number, b: number) => void;
25
+ readonly __wasm_bindgen_func_elem_637: (a: number, b: number) => void;
26
26
  readonly __wbindgen_export: (a: number, b: number) => number;
27
27
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
28
28
  readonly __wbindgen_export3: (a: number) => void;
@@ -2101,8 +2101,8 @@ function __wbg_get_imports() {
2101
2101
  return addHeapObject(ret);
2102
2102
  },
2103
2103
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
2104
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [Externref], shim_idx: 323, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2105
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_624, __wasm_bindgen_func_elem_2189);
2104
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [Externref], shim_idx: 321, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2105
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_624, __wasm_bindgen_func_elem_2188);
2106
2106
  return addHeapObject(ret);
2107
2107
  },
2108
2108
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
@@ -2146,8 +2146,8 @@ function __wbg_get_imports() {
2146
2146
  return addHeapObject(ret);
2147
2147
  },
2148
2148
  __wbindgen_cast_000000000000000b: function(arg0, arg1) {
2149
- // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 4, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2150
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_624, __wasm_bindgen_func_elem_628);
2149
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 9, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2150
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_624, __wasm_bindgen_func_elem_637);
2151
2151
  return addHeapObject(ret);
2152
2152
  },
2153
2153
  __wbindgen_cast_000000000000000c: function(arg0) {
@@ -2209,8 +2209,8 @@ function __wbg_get_imports() {
2209
2209
  };
2210
2210
  }
2211
2211
 
2212
- function __wasm_bindgen_func_elem_628(arg0, arg1) {
2213
- wasm.__wasm_bindgen_func_elem_628(arg0, arg1);
2212
+ function __wasm_bindgen_func_elem_637(arg0, arg1) {
2213
+ wasm.__wasm_bindgen_func_elem_637(arg0, arg1);
2214
2214
  }
2215
2215
 
2216
2216
  function __wasm_bindgen_func_elem_625(arg0, arg1, arg2) {
@@ -2249,10 +2249,10 @@ function __wasm_bindgen_func_elem_625_9(arg0, arg1, arg2) {
2249
2249
  wasm.__wasm_bindgen_func_elem_625_9(arg0, arg1, addHeapObject(arg2));
2250
2250
  }
2251
2251
 
2252
- function __wasm_bindgen_func_elem_2189(arg0, arg1, arg2) {
2252
+ function __wasm_bindgen_func_elem_2188(arg0, arg1, arg2) {
2253
2253
  try {
2254
2254
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
2255
- wasm.__wasm_bindgen_func_elem_2189(retptr, arg0, arg1, addHeapObject(arg2));
2255
+ wasm.__wasm_bindgen_func_elem_2188(retptr, arg0, arg1, addHeapObject(arg2));
2256
2256
  var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
2257
2257
  var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
2258
2258
  if (r1) {
Binary file
@@ -3,7 +3,7 @@
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
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;
6
+ export const __wasm_bindgen_func_elem_2188: (a: number, b: number, c: number, d: number) => void;
7
7
  export const __wasm_bindgen_func_elem_625: (a: number, b: number, c: number) => void;
8
8
  export const __wasm_bindgen_func_elem_625_2: (a: number, b: number, c: number) => void;
9
9
  export const __wasm_bindgen_func_elem_625_3: (a: number, b: number, c: number) => void;
@@ -13,7 +13,7 @@ export const __wasm_bindgen_func_elem_625_6: (a: number, b: number, c: number) =
13
13
  export const __wasm_bindgen_func_elem_625_7: (a: number, b: number, c: number) => void;
14
14
  export const __wasm_bindgen_func_elem_625_8: (a: number, b: number, c: number) => void;
15
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;
16
+ export const __wasm_bindgen_func_elem_637: (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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnidotdev/terminal",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "description": "Embeddable WebGPU terminal component powered by WASM",
6
6
  "main": "./build/index.js",