Skip to content

Commit

Permalink
Update from slint-ui/slint
Browse files Browse the repository at this point in the history
Pull web demos and C++/Rust reference docs from commit e8e13fb2d3b56b0bb2d4019a82ccfdfda9145b49 (refs/heads/master)
  • Loading branch information
slint-team[bot] committed Sep 25, 2024
1 parent 242e3e7 commit 147f0af
Show file tree
Hide file tree
Showing 612 changed files with 43,308 additions and 47,641 deletions.
Binary file modified snapshots/master/demos/android/energy-monitor.apk
Binary file not shown.
Binary file modified snapshots/master/demos/android/todo_lib.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion snapshots/master/demos/carousel/pkg/carousel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface InitOutput {
readonly __wbindgen_malloc: (a: number, b: number) => number;
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
readonly __wbindgen_export_2: WebAssembly.Table;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0b28f5b5100880f5: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0aac74e690345fd5: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1962a275ae97145c: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h12c1ebc45e36ecbe: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h028b050b60049bd3: (a: number, b: number, c: number, d: number) => void;
Expand Down
51 changes: 29 additions & 22 deletions snapshots/master/demos/carousel/pkg/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function makeClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_26(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0b28f5b5100880f5(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0aac74e690345fd5(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down Expand Up @@ -990,6 +990,13 @@ function __wbg_get_imports() {
imports.wbg.__wbg_setfillStyle_98060f7b257936ba = function(arg0, arg1) {
getObject(arg0).fillStyle = getObject(arg1);
};
imports.wbg.__wbg_id_8071f78aa2301217 = function(arg0, arg1) {
const ret = getObject(arg1).id;
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
};
imports.wbg.__wbg_log_5766f8130e3dc687 = function(arg0, arg1) {
console.log(getStringFromWasm0(arg0, arg1));
};
Expand Down Expand Up @@ -1038,12 +1045,6 @@ function __wbg_get_imports() {
imports.wbg.__wbg_readPixels_f589cb77c7641fb2 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
getObject(arg0).readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, getObject(arg7));
}, arguments) };
imports.wbg.__wbg_texSubImage2D_064e1b60f43bdb29 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
getObject(arg0).texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, getObject(arg7));
}, arguments) };
imports.wbg.__wbg_texSubImage2D_4fef3101bace1b04 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
getObject(arg0).texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, getObject(arg7));
}, arguments) };
imports.wbg.__wbg_setwidth_84b579903fae1a52 = function(arg0, arg1) {
getObject(arg0).width = arg1 >>> 0;
};
Expand All @@ -1069,6 +1070,12 @@ function __wbg_get_imports() {
imports.wbg.__wbg_deleteBuffer_898974b9db136e43 = function(arg0, arg1) {
getObject(arg0).deleteBuffer(getObject(arg1));
};
imports.wbg.__wbg_texSubImage2D_064e1b60f43bdb29 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
getObject(arg0).texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, getObject(arg7));
}, arguments) };
imports.wbg.__wbg_texSubImage2D_4fef3101bace1b04 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
getObject(arg0).texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, getObject(arg7));
}, arguments) };
imports.wbg.__wbindgen_memory = function() {
const ret = wasm.memory;
return addHeapObject(ret);
Expand Down Expand Up @@ -1623,63 +1630,63 @@ function __wbg_get_imports() {
const ret = getObject(arg0).visibilityState;
return {"hidden":0,"visible":1,}[ret] ?? 2;
};
imports.wbg.__wbindgen_closure_wrapper1141 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1144 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 137, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1143 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1146 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 137, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1144 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1147 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 137, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1145 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1148 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 137, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1146 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1149 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 137, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper4367 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper4371 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5595 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5599 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_40);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5628 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5632 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5639 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5643 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5671 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5675 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5686 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5690 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5700 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5704 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5727 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5731 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_53);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5735 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5739 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper5745 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper5749 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 390, __wbg_adapter_37);
return addHeapObject(ret);
};
Expand Down
Binary file modified snapshots/master/demos/carousel/pkg/carousel_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion snapshots/master/demos/carousel/pkg/carousel_bg.wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function send_keyboard_string_sequence(a: number, b: number): void;
export function __wbindgen_malloc(a: number, b: number): number;
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
export const __wbindgen_export_2: WebAssembly.Table;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0b28f5b5100880f5(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0aac74e690345fd5(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1962a275ae97145c(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h12c1ebc45e36ecbe(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h028b050b60049bd3(a: number, b: number, c: number, d: number): void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface InitOutput {
readonly __wbindgen_malloc: (a: number, b: number) => number;
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
readonly __wbindgen_export_2: WebAssembly.Table;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2968022379403227: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2f5c283f21a08722: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1095abee5f56300d: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h154faefaa8507649: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hce62806cc3d2eb9f: (a: number, b: number, c: number, d: number) => void;
Expand Down
69 changes: 38 additions & 31 deletions snapshots/master/demos/energy-monitor/pkg/energy_monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function makeClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_26(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2968022379403227(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2f5c283f21a08722(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down Expand Up @@ -797,6 +797,13 @@ function __wbg_get_imports() {
const ret = getObject(arg0).querySelector(getStringFromWasm0(arg1, arg2));
return isLikeNone(ret) ? 0 : addHeapObject(ret);
}, arguments) };
imports.wbg.__wbg_id_8071f78aa2301217 = function(arg0, arg1) {
const ret = getObject(arg1).id;
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
};
imports.wbg.__wbg_clientWidth_e73e836a6257fbe5 = function(arg0) {
const ret = getObject(arg0).clientWidth;
return ret;
Expand Down Expand Up @@ -1677,64 +1684,64 @@ function __wbg_get_imports() {
const ret = wasm.memory;
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7795 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3448, __wbg_adapter_26);
imports.wbg.__wbindgen_closure_wrapper7801 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3451, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7797 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3448, __wbg_adapter_26);
imports.wbg.__wbindgen_closure_wrapper7803 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3451, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7799 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3448, __wbg_adapter_26);
imports.wbg.__wbindgen_closure_wrapper7805 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3451, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7801 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3448, __wbg_adapter_26);
imports.wbg.__wbindgen_closure_wrapper7807 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3451, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7803 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3448, __wbg_adapter_26);
imports.wbg.__wbindgen_closure_wrapper7809 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3451, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9357 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9365 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9359 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_40);
imports.wbg.__wbindgen_closure_wrapper9367 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_40);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9363 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9371 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9368 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9376 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9370 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9378 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9379 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9387 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9382 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9390 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9389 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9397 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9397 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3998, __wbg_adapter_55);
imports.wbg.__wbindgen_closure_wrapper9405 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4001, __wbg_adapter_55);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper10061 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4044, __wbg_adapter_58);
imports.wbg.__wbindgen_closure_wrapper10069 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4047, __wbg_adapter_58);
return addHeapObject(ret);
};

Expand Down
Binary file modified snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function send_keyboard_string_sequence(a: number, b: number): void;
export function __wbindgen_malloc(a: number, b: number): number;
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
export const __wbindgen_export_2: WebAssembly.Table;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2968022379403227(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2f5c283f21a08722(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1095abee5f56300d(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h154faefaa8507649(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hce62806cc3d2eb9f(a: number, b: number, c: number, d: number): void;
Expand Down
2 changes: 1 addition & 1 deletion snapshots/master/demos/gallery/pkg/cosmic/gallery.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface InitOutput {
readonly __wbindgen_malloc: (a: number, b: number) => number;
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
readonly __wbindgen_export_2: WebAssembly.Table;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1fa17fa312de6876: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h51b49d40b429980d: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1962a275ae97145c: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h12c1ebc45e36ecbe: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h028b050b60049bd3: (a: number, b: number, c: number, d: number) => void;
Expand Down
Loading

0 comments on commit 147f0af

Please sign in to comment.