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 5acc7dd42ade2972073fe2a8d53f9da2aa66c3a0 (refs/heads/master)
  • Loading branch information
slint-team[bot] committed Jul 21, 2024
1 parent 72e48e9 commit 2d6ba92
Show file tree
Hide file tree
Showing 273 changed files with 855 additions and 855 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__h3810f9c01af219d9: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h34841be5f80c9334: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09f883692bfcb177: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5b6555197571146a: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h335071d988a62964: (a: number, b: number, c: number, d: number) => void;
Expand Down
12 changes: 6 additions & 6 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__h3810f9c01af219d9(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h34841be5f80c9334(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down Expand Up @@ -1611,23 +1611,23 @@ function __wbg_get_imports() {
const ret = getObject(arg0).y;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper1121 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1118 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1122 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1119 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1123 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1120 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1124 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1121 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1125 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1122 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26);
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__h3810f9c01af219d9(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h34841be5f80c9334(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09f883692bfcb177(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5b6555197571146a(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h335071d988a62964(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__h43531a707f67e0ed: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h300dc0d07d84a78e: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1d2d8549ecbb93b0: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h41ae22ad531d9936: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h400d3444ce900f34: (a: number, b: number, c: number, d: number) => void;
Expand Down
48 changes: 24 additions & 24 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__h43531a707f67e0ed(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h300dc0d07d84a78e(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down Expand Up @@ -1666,62 +1666,62 @@ function __wbg_get_imports() {
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7956 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3585, __wbg_adapter_26);
const ret = makeClosure(arg0, arg1, 3584, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7958 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3585, __wbg_adapter_26);
const ret = makeClosure(arg0, arg1, 3584, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7960 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3585, __wbg_adapter_26);
const ret = makeClosure(arg0, arg1, 3584, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7962 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3585, __wbg_adapter_26);
const ret = makeClosure(arg0, arg1, 3584, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper7964 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3585, __wbg_adapter_26);
const ret = makeClosure(arg0, arg1, 3584, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9249 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9251 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_37);
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9253 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9254 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9256 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_37);
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9258 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9260 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_46);
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_46);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9268 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9266 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9277 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9275 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9286 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_37);
imports.wbg.__wbindgen_closure_wrapper9284 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_37);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9289 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4037, __wbg_adapter_55);
imports.wbg.__wbindgen_closure_wrapper9287 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4036, __wbg_adapter_55);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper9977 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper9975 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 4127, __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__h43531a707f67e0ed(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h300dc0d07d84a78e(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1d2d8549ecbb93b0(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h41ae22ad531d9936(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h400d3444ce900f34(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__h01bcc397d1c962c2: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09f883692bfcb177: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5b6555197571146a: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h335071d988a62964: (a: number, b: number, c: number, d: number) => void;
Expand Down
10 changes: 5 additions & 5 deletions snapshots/master/demos/gallery/pkg/cosmic/gallery.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__h01bcc397d1c962c2(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down Expand Up @@ -1627,6 +1627,10 @@ function __wbg_get_imports() {
const ret = getObject(arg0).y;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper6949 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3399, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper6950 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3399, __wbg_adapter_26);
return addHeapObject(ret);
Expand All @@ -1643,10 +1647,6 @@ function __wbg_get_imports() {
const ret = makeClosure(arg0, arg1, 3399, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper6954 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 3399, __wbg_adapter_26);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper10189 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 3399, __wbg_adapter_37);
return addHeapObject(ret);
Expand Down
Binary file modified snapshots/master/demos/gallery/pkg/cosmic/gallery_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__h01bcc397d1c962c2(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09f883692bfcb177(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5b6555197571146a(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h335071d988a62964(a: number, b: number, c: number, d: number): void;
Expand Down
2 changes: 1 addition & 1 deletion snapshots/master/demos/gallery/pkg/cupertino/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__h01bcc397d1c962c2: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09f883692bfcb177: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5b6555197571146a: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h335071d988a62964: (a: number, b: number, c: number, d: number) => void;
Expand Down
2 changes: 1 addition & 1 deletion snapshots/master/demos/gallery/pkg/cupertino/gallery.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__h01bcc397d1c962c2(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down
Binary file modified snapshots/master/demos/gallery/pkg/cupertino/gallery_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__h01bcc397d1c962c2(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09f883692bfcb177(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5b6555197571146a(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h335071d988a62964(a: number, b: number, c: number, d: number): void;
Expand Down
2 changes: 1 addition & 1 deletion snapshots/master/demos/gallery/pkg/fluent/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__h01bcc397d1c962c2: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09f883692bfcb177: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5b6555197571146a: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h335071d988a62964: (a: number, b: number, c: number, d: number) => void;
Expand Down
2 changes: 1 addition & 1 deletion snapshots/master/demos/gallery/pkg/fluent/gallery.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__h01bcc397d1c962c2(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h070b755808b447da(arg0, arg1, addHeapObject(arg2));
}

function makeMutClosure(arg0, arg1, dtor, f) {
Expand Down
Binary file modified snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm
Binary file not shown.
Loading

0 comments on commit 2d6ba92

Please sign in to comment.