@omnidotdev/terminal 0.2.0 → 0.2.1
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.
|
@@ -22,7 +22,7 @@ export interface InitOutput {
|
|
|
22
22
|
readonly __wasm_bindgen_func_elem_360_7: (a: number, b: number, c: number) => void;
|
|
23
23
|
readonly __wasm_bindgen_func_elem_360_8: (a: number, b: number, c: number) => void;
|
|
24
24
|
readonly __wasm_bindgen_func_elem_360_9: (a: number, b: number, c: number) => void;
|
|
25
|
-
readonly
|
|
25
|
+
readonly __wasm_bindgen_func_elem_374: (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;
|
|
@@ -1281,8 +1281,8 @@ function __wbg_get_imports() {
|
|
|
1281
1281
|
return addHeapObject(ret);
|
|
1282
1282
|
},
|
|
1283
1283
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
1284
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
1285
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_359,
|
|
1284
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 10, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1285
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_359, __wasm_bindgen_func_elem_374);
|
|
1286
1286
|
return addHeapObject(ret);
|
|
1287
1287
|
},
|
|
1288
1288
|
__wbindgen_cast_000000000000000c: function(arg0) {
|
|
@@ -1314,8 +1314,8 @@ function __wbg_get_imports() {
|
|
|
1314
1314
|
};
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
|
-
function
|
|
1318
|
-
wasm.
|
|
1317
|
+
function __wasm_bindgen_func_elem_374(arg0, arg1) {
|
|
1318
|
+
wasm.__wasm_bindgen_func_elem_374(arg0, arg1);
|
|
1319
1319
|
}
|
|
1320
1320
|
|
|
1321
1321
|
function __wasm_bindgen_func_elem_360(arg0, arg1, arg2) {
|
|
Binary file
|
|
@@ -13,7 +13,7 @@ export const __wasm_bindgen_func_elem_360_6: (a: number, b: number, c: number) =
|
|
|
13
13
|
export const __wasm_bindgen_func_elem_360_7: (a: number, b: number, c: number) => void;
|
|
14
14
|
export const __wasm_bindgen_func_elem_360_8: (a: number, b: number, c: number) => void;
|
|
15
15
|
export const __wasm_bindgen_func_elem_360_9: (a: number, b: number, c: number) => void;
|
|
16
|
-
export const
|
|
16
|
+
export const __wasm_bindgen_func_elem_374: (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;
|