@omnidotdev/terminal 0.1.0 → 0.1.2
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.
|
@@ -13,7 +13,7 @@ export interface InitOutput {
|
|
|
13
13
|
readonly create_terminal: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
14
14
|
readonly __wasm_bindgen_func_elem_361: (a: number, b: number, c: number) => void;
|
|
15
15
|
readonly __wasm_bindgen_func_elem_360: (a: number, b: number) => void;
|
|
16
|
-
readonly
|
|
16
|
+
readonly __wasm_bindgen_func_elem_366: (a: number, b: number) => void;
|
|
17
17
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
18
18
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
19
19
|
readonly __wbindgen_export3: (a: number) => void;
|
|
@@ -233,8 +233,8 @@ function __wasm_bindgen_func_elem_361(arg0, arg1, arg2) {
|
|
|
233
233
|
wasm.__wasm_bindgen_func_elem_361(arg0, arg1, addHeapObject(arg2));
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
function
|
|
237
|
-
wasm.
|
|
236
|
+
function __wasm_bindgen_func_elem_366(arg0, arg1) {
|
|
237
|
+
wasm.__wasm_bindgen_func_elem_366(arg0, arg1);
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
|
|
@@ -1595,11 +1595,6 @@ function __wbg_get_imports() {
|
|
|
1595
1595
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_360, __wasm_bindgen_func_elem_361);
|
|
1596
1596
|
return addHeapObject(ret);
|
|
1597
1597
|
};
|
|
1598
|
-
imports.wbg.__wbindgen_cast_a642f18239483a12 = function(arg0, arg1) {
|
|
1599
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 9, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1600
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_360, __wasm_bindgen_func_elem_374);
|
|
1601
|
-
return addHeapObject(ret);
|
|
1602
|
-
};
|
|
1603
1598
|
imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
1604
1599
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
1605
1600
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
@@ -1620,6 +1615,11 @@ function __wbg_get_imports() {
|
|
|
1620
1615
|
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_360, __wasm_bindgen_func_elem_361);
|
|
1621
1616
|
return addHeapObject(ret);
|
|
1622
1617
|
};
|
|
1618
|
+
imports.wbg.__wbindgen_cast_fb7e0e3832461097 = function(arg0, arg1) {
|
|
1619
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 5, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1620
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_360, __wasm_bindgen_func_elem_366);
|
|
1621
|
+
return addHeapObject(ret);
|
|
1622
|
+
};
|
|
1623
1623
|
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
|
|
1624
1624
|
const ret = getObject(arg0);
|
|
1625
1625
|
return addHeapObject(ret);
|
|
Binary file
|
|
@@ -4,7 +4,7 @@ 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_361: (a: number, b: number, c: number) => void;
|
|
6
6
|
export const __wasm_bindgen_func_elem_360: (a: number, b: number) => void;
|
|
7
|
-
export const
|
|
7
|
+
export const __wasm_bindgen_func_elem_366: (a: number, b: number) => void;
|
|
8
8
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
9
9
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
10
10
|
export const __wbindgen_export3: (a: number) => void;
|