diff --git a/snapshots/master/demos/android/energy-monitor.apk b/snapshots/master/demos/android/energy-monitor.apk index 0a1dc2db9..dcdaf6950 100644 Binary files a/snapshots/master/demos/android/energy-monitor.apk and b/snapshots/master/demos/android/energy-monitor.apk differ diff --git a/snapshots/master/demos/android/todo_lib.apk b/snapshots/master/demos/android/todo_lib.apk index 8bfa04a45..6408eb19c 100644 Binary files a/snapshots/master/demos/android/todo_lib.apk and b/snapshots/master/demos/android/todo_lib.apk differ diff --git a/snapshots/master/demos/carousel/pkg/carousel.d.ts b/snapshots/master/demos/carousel/pkg/carousel.d.ts index 9eddc9984..db3d3ad83 100644 --- a/snapshots/master/demos/carousel/pkg/carousel.d.ts +++ b/snapshots/master/demos/carousel/pkg/carousel.d.ts @@ -17,10 +17,10 @@ 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__h515229f4fe4425b6: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/carousel/pkg/carousel.js b/snapshots/master/demos/carousel/pkg/carousel.js index d2fb7b70f..7c49bb85d 100644 --- a/snapshots/master/demos/carousel/pkg/carousel.js +++ b/snapshots/master/demos/carousel/pkg/carousel.js @@ -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__h515229f4fe4425b6(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } /** @@ -1309,14 +1309,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1341,9 +1344,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1357,6 +1357,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1375,14 +1383,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1624,62 +1624,62 @@ function __wbg_get_imports() { return ret; }, arguments) }; imports.wbg.__wbindgen_closure_wrapper1129 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 144, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1131 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 144, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1132 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 144, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1133 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 144, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1134 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 144, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 146, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4338 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4340 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5554 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5557 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5587 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5590 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5593 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5595 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5599 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5606 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5614 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5612 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5637 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5617 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5642 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5623 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5652 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5678 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5666 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5713 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 388, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/carousel/pkg/carousel_bg.wasm b/snapshots/master/demos/carousel/pkg/carousel_bg.wasm index f21d037a5..b5a91b9a6 100644 Binary files a/snapshots/master/demos/carousel/pkg/carousel_bg.wasm and b/snapshots/master/demos/carousel/pkg/carousel_bg.wasm differ diff --git a/snapshots/master/demos/carousel/pkg/carousel_bg.wasm.d.ts b/snapshots/master/demos/carousel/pkg/carousel_bg.wasm.d.ts index 362c0a31e..7252149da 100644 --- a/snapshots/master/demos/carousel/pkg/carousel_bg.wasm.d.ts +++ b/snapshots/master/demos/carousel/pkg/carousel_bg.wasm.d.ts @@ -10,9 +10,9 @@ 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__h515229f4fe4425b6(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/energy-monitor/pkg/energy_monitor.d.ts b/snapshots/master/demos/energy-monitor/pkg/energy_monitor.d.ts index a7d8a8f4f..7a6cb3855 100644 --- a/snapshots/master/demos/energy-monitor/pkg/energy_monitor.d.ts +++ b/snapshots/master/demos/energy-monitor/pkg/energy_monitor.d.ts @@ -17,11 +17,11 @@ 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__h271ea2368c312c4e: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed: (a: number, b: number, c: number, d: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1508432382ee883f: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2: (a: number, b: number, c: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/energy-monitor/pkg/energy_monitor.js b/snapshots/master/demos/energy-monitor/pkg/energy_monitor.js index a142bd05d..31776715e 100644 --- a/snapshots/master/demos/energy-monitor/pkg/energy_monitor.js +++ b/snapshots/master/demos/energy-monitor/pkg/energy_monitor.js @@ -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__h271ea2368c312c4e(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1508432382ee883f(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -236,20 +236,20 @@ function makeMutClosure(arg0, arg1, dtor, f) { CLOSURE_DTORS.register(real, state, state); return real; } -function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(arg0, arg1, addHeapObject(arg2)); +function __wbg_adapter_37(arg0, arg1) { + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(arg0, arg1); } -function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(arg0, arg1); +function __wbg_adapter_40(arg0, arg1, arg2) { + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_55(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function __wbg_adapter_58(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(arg0, arg1, addHeapObject(arg2)); } /** @@ -368,18 +368,6 @@ function __wbg_get_imports() { const ret = false; return ret; }; - imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { - const ret = getObject(arg0).Window; - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_is_undefined = function(arg0) { - const ret = getObject(arg0) === undefined; - return ret; - }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; imports.wbg.__wbg_offsetX_294898d040917c6b = function(arg0) { const ret = getObject(arg0).offsetX; return ret; @@ -392,6 +380,18 @@ function __wbg_get_imports() { const ret = getObject(arg0).getCoalescedEvents; return addHeapObject(ret); }; + imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { + const ret = getObject(arg0).Window; + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_is_undefined = function(arg0) { + const ret = getObject(arg0) === undefined; + return ret; + }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; imports.wbg.__wbg_scheduler_7ccf2d3b362018c4 = function(arg0) { const ret = getObject(arg0).scheduler; return addHeapObject(ret); @@ -1677,6 +1677,10 @@ function __wbg_get_imports() { const ret = wasm.memory; return addHeapObject(ret); }; + imports.wbg.__wbindgen_closure_wrapper7698 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 3536, __wbg_adapter_26); + return addHeapObject(ret); + }; imports.wbg.__wbindgen_closure_wrapper7700 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 3536, __wbg_adapter_26); return addHeapObject(ret); @@ -1693,48 +1697,44 @@ function __wbg_get_imports() { const ret = makeClosure(arg0, arg1, 3536, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper7708 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 3536, __wbg_adapter_26); - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_closure_wrapper9224 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper9219 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9226 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_40); + imports.wbg.__wbindgen_closure_wrapper9221 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9228 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper9223 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9230 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper9225 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9236 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper9232 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9238 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper9240 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_40); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper9242 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_37); + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_40); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper9245 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_37); + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9260 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4008, __wbg_adapter_55); + imports.wbg.__wbindgen_closure_wrapper9256 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4007, __wbg_adapter_55); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9913 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 4040, __wbg_adapter_58); + imports.wbg.__wbindgen_closure_wrapper9902 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 4039, __wbg_adapter_58); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm b/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm index 94d42c6fe..eeb0aef41 100644 Binary files a/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm and b/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm differ diff --git a/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm.d.ts b/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm.d.ts index 6a610ddb3..bf89133d4 100644 --- a/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm.d.ts +++ b/snapshots/master/demos/energy-monitor/pkg/energy_monitor_bg.wasm.d.ts @@ -10,10 +10,10 @@ 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__h271ea2368c312c4e(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(a: number, b: number, c: number, d: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1508432382ee883f(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(a: number, b: number, c: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/gallery/pkg/cosmic/gallery.d.ts b/snapshots/master/demos/gallery/pkg/cosmic/gallery.d.ts index 734a3a180..74e69d4af 100644 --- a/snapshots/master/demos/gallery/pkg/cosmic/gallery.d.ts +++ b/snapshots/master/demos/gallery/pkg/cosmic/gallery.d.ts @@ -17,10 +17,10 @@ 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__h3164220d839f1e9c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/gallery/pkg/cosmic/gallery.js b/snapshots/master/demos/gallery/pkg/cosmic/gallery.js index 55adc9847..74a138a74 100644 --- a/snapshots/master/demos/gallery/pkg/cosmic/gallery.js +++ b/snapshots/master/demos/gallery/pkg/cosmic/gallery.js @@ -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__h3164220d839f1e9c(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } /** @@ -1325,14 +1325,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1357,9 +1360,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1373,6 +1373,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1391,14 +1399,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1639,63 +1639,63 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper6966 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6968 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 3387, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6968 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6970 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 3387, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6969 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6971 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 3387, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6970 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6972 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 3387, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6971 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6973 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 3387, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10174 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10176 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11390 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11393 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11423 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11426 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11429 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11431 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11435 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11442 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11450 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11448 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11473 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11453 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11478 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11459 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11488 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11514 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11502 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11549 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3630, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm b/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm index b98add594..9a83d9eff 100644 Binary files a/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm and b/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm differ diff --git a/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm.d.ts b/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm.d.ts index 04b70f708..fe40995ab 100644 --- a/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm.d.ts +++ b/snapshots/master/demos/gallery/pkg/cosmic/gallery_bg.wasm.d.ts @@ -10,9 +10,9 @@ 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__h3164220d839f1e9c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/gallery/pkg/cupertino/gallery.d.ts b/snapshots/master/demos/gallery/pkg/cupertino/gallery.d.ts index 734a3a180..74e69d4af 100644 --- a/snapshots/master/demos/gallery/pkg/cupertino/gallery.d.ts +++ b/snapshots/master/demos/gallery/pkg/cupertino/gallery.d.ts @@ -17,10 +17,10 @@ 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__h3164220d839f1e9c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/gallery/pkg/cupertino/gallery.js b/snapshots/master/demos/gallery/pkg/cupertino/gallery.js index 2f6a94153..cf33f2e3d 100644 --- a/snapshots/master/demos/gallery/pkg/cupertino/gallery.js +++ b/snapshots/master/demos/gallery/pkg/cupertino/gallery.js @@ -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__h3164220d839f1e9c(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } /** @@ -1325,14 +1325,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1357,9 +1360,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1373,6 +1373,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1391,14 +1399,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1639,11 +1639,7 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper6687 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 3182, __wbg_adapter_26); - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_closure_wrapper6689 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6688 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 3182, __wbg_adapter_26); return addHeapObject(ret); }; @@ -1659,43 +1655,47 @@ function __wbg_get_imports() { const ret = makeClosure(arg0, arg1, 3182, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9898 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6693 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 3182, __wbg_adapter_26); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_closure_wrapper9900 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11114 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11117 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11147 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11150 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11153 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11155 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11159 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11166 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11174 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11172 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11197 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11177 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11202 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11183 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11212 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11238 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper11226 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper11273 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 3425, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm b/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm index cb2a207bd..ea065f74a 100644 Binary files a/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm and b/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm differ diff --git a/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm.d.ts b/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm.d.ts index 04b70f708..fe40995ab 100644 --- a/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm.d.ts +++ b/snapshots/master/demos/gallery/pkg/cupertino/gallery_bg.wasm.d.ts @@ -10,9 +10,9 @@ 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__h3164220d839f1e9c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/gallery/pkg/fluent/gallery.d.ts b/snapshots/master/demos/gallery/pkg/fluent/gallery.d.ts index 734a3a180..74e69d4af 100644 --- a/snapshots/master/demos/gallery/pkg/fluent/gallery.d.ts +++ b/snapshots/master/demos/gallery/pkg/fluent/gallery.d.ts @@ -17,10 +17,10 @@ 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__h3164220d839f1e9c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/gallery/pkg/fluent/gallery.js b/snapshots/master/demos/gallery/pkg/fluent/gallery.js index bfb1385c4..39fdd5aba 100644 --- a/snapshots/master/demos/gallery/pkg/fluent/gallery.js +++ b/snapshots/master/demos/gallery/pkg/fluent/gallery.js @@ -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__h3164220d839f1e9c(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } /** @@ -1325,14 +1325,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1357,9 +1360,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1373,6 +1373,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1391,14 +1399,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1639,63 +1639,63 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper5747 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5750 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2674, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5749 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5752 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2674, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5750 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5753 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2674, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5751 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5754 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2674, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5752 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5755 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2674, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper8954 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper8956 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10170 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10173 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10203 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10206 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10209 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10211 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10215 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10222 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10230 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10228 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10253 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10233 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10258 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10239 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10268 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10294 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper10282 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper10329 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2917, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm b/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm index 711536415..75da5aa15 100644 Binary files a/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm and b/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm differ diff --git a/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm.d.ts b/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm.d.ts index 04b70f708..fe40995ab 100644 --- a/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm.d.ts +++ b/snapshots/master/demos/gallery/pkg/fluent/gallery_bg.wasm.d.ts @@ -10,9 +10,9 @@ 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__h3164220d839f1e9c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/gallery/pkg/material/gallery.d.ts b/snapshots/master/demos/gallery/pkg/material/gallery.d.ts index 734a3a180..74e69d4af 100644 --- a/snapshots/master/demos/gallery/pkg/material/gallery.d.ts +++ b/snapshots/master/demos/gallery/pkg/material/gallery.d.ts @@ -17,10 +17,10 @@ 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__h3164220d839f1e9c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/gallery/pkg/material/gallery.js b/snapshots/master/demos/gallery/pkg/material/gallery.js index a812e897a..45cb62ff1 100644 --- a/snapshots/master/demos/gallery/pkg/material/gallery.js +++ b/snapshots/master/demos/gallery/pkg/material/gallery.js @@ -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__h3164220d839f1e9c(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } /** @@ -1325,14 +1325,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1357,9 +1360,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1373,6 +1373,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1391,14 +1399,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1639,11 +1639,7 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper5222 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 2507, __wbg_adapter_26); - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_closure_wrapper5224 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5223 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2507, __wbg_adapter_26); return addHeapObject(ret); }; @@ -1659,43 +1655,47 @@ function __wbg_get_imports() { const ret = makeClosure(arg0, arg1, 2507, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper8437 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5228 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 2507, __wbg_adapter_26); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_closure_wrapper8439 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9653 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9656 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9686 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9689 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9692 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9694 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9698 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9705 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9713 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9711 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9736 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9716 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9741 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9722 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9751 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9777 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper9765 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper9812 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2750, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm b/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm index a7279ecd7..c41b3468e 100644 Binary files a/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm and b/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm differ diff --git a/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm.d.ts b/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm.d.ts index 04b70f708..fe40995ab 100644 --- a/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm.d.ts +++ b/snapshots/master/demos/gallery/pkg/material/gallery_bg.wasm.d.ts @@ -10,9 +10,9 @@ 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__h3164220d839f1e9c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0bd9e0a69f323d9d(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/imagefilter/pkg/imagefilter.d.ts b/snapshots/master/demos/imagefilter/pkg/imagefilter.d.ts index 2fd6d9b19..30d118a3e 100644 --- a/snapshots/master/demos/imagefilter/pkg/imagefilter.d.ts +++ b/snapshots/master/demos/imagefilter/pkg/imagefilter.d.ts @@ -17,10 +17,10 @@ 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__h515229f4fe4425b6: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/imagefilter/pkg/imagefilter.js b/snapshots/master/demos/imagefilter/pkg/imagefilter.js index a5d9d2569..c1c3dfa79 100644 --- a/snapshots/master/demos/imagefilter/pkg/imagefilter.js +++ b/snapshots/master/demos/imagefilter/pkg/imagefilter.js @@ -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__h515229f4fe4425b6(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } /** @@ -1309,14 +1309,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1341,9 +1344,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1357,6 +1357,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1375,14 +1383,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1624,62 +1624,62 @@ function __wbg_get_imports() { return ret; }, arguments) }; imports.wbg.__wbindgen_closure_wrapper1287 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 284, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 286, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1289 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 284, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 286, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1290 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 284, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 286, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1291 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 284, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 286, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1292 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 284, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 286, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4635 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4636 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5851 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5853 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5884 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5886 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5890 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5891 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5896 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5902 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5911 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5908 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5934 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5913 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5939 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5919 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5949 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5974 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5963 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6009 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 544, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm b/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm index bd6873e2b..26b9bc4a6 100644 Binary files a/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm and b/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm differ diff --git a/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm.d.ts b/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm.d.ts index afe961d7d..d8e4d1e97 100644 --- a/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm.d.ts +++ b/snapshots/master/demos/imagefilter/pkg/imagefilter_bg.wasm.d.ts @@ -10,9 +10,9 @@ export function main(): 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__h515229f4fe4425b6(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/memory/pkg/memory.d.ts b/snapshots/master/demos/memory/pkg/memory.d.ts index 2fd6d9b19..30d118a3e 100644 --- a/snapshots/master/demos/memory/pkg/memory.d.ts +++ b/snapshots/master/demos/memory/pkg/memory.d.ts @@ -17,10 +17,10 @@ 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__h515229f4fe4425b6: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/memory/pkg/memory.js b/snapshots/master/demos/memory/pkg/memory.js index 48d29dcf2..cf711756e 100644 --- a/snapshots/master/demos/memory/pkg/memory.js +++ b/snapshots/master/demos/memory/pkg/memory.js @@ -209,7 +209,7 @@ function makeClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_30(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h515229f4fe4425b6(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_41(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_44(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_61(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function handleError(f, args) { @@ -1366,14 +1366,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1398,9 +1401,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1414,6 +1414,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1432,14 +1440,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1680,63 +1680,63 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper1015 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 108, __wbg_adapter_30); + imports.wbg.__wbindgen_closure_wrapper1014 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 110, __wbg_adapter_30); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_closure_wrapper1016 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 110, __wbg_adapter_30); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1017 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 108, __wbg_adapter_30); + const ret = makeClosure(arg0, arg1, 110, __wbg_adapter_30); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1018 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 108, __wbg_adapter_30); + const ret = makeClosure(arg0, arg1, 110, __wbg_adapter_30); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1019 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 108, __wbg_adapter_30); - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_closure_wrapper1020 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 108, __wbg_adapter_30); + const ret = makeClosure(arg0, arg1, 110, __wbg_adapter_30); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4327 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4329 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5543 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5546 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_44); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5576 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5579 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5582 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5584 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5588 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5595 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5603 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5601 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5626 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5606 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5631 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5612 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5641 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5667 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5655 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5702 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 359, __wbg_adapter_61); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/memory/pkg/memory_bg.wasm b/snapshots/master/demos/memory/pkg/memory_bg.wasm index f989eac2b..fd59d9b39 100644 Binary files a/snapshots/master/demos/memory/pkg/memory_bg.wasm and b/snapshots/master/demos/memory/pkg/memory_bg.wasm differ diff --git a/snapshots/master/demos/memory/pkg/memory_bg.wasm.d.ts b/snapshots/master/demos/memory/pkg/memory_bg.wasm.d.ts index afe961d7d..d8e4d1e97 100644 --- a/snapshots/master/demos/memory/pkg/memory_bg.wasm.d.ts +++ b/snapshots/master/demos/memory/pkg/memory_bg.wasm.d.ts @@ -10,9 +10,9 @@ export function main(): 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__h515229f4fe4425b6(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.d.ts b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.d.ts index 2fd6d9b19..30d118a3e 100644 --- a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.d.ts +++ b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.d.ts @@ -17,10 +17,10 @@ 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__h515229f4fe4425b6: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.js b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.js index 0e4967053..b291966a8 100644 --- a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.js +++ b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay.js @@ -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__h515229f4fe4425b6(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function handleError(f, args) { @@ -1344,14 +1344,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1376,9 +1379,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1392,6 +1392,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1410,14 +1418,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1658,63 +1658,63 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper1124 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 165, __wbg_adapter_26); + imports.wbg.__wbindgen_closure_wrapper1123 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 167, __wbg_adapter_26); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_closure_wrapper1125 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 167, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1126 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 165, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 167, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1127 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 165, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 167, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1128 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 165, __wbg_adapter_26); - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_closure_wrapper1129 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 165, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 167, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4433 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4436 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5649 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5653 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5682 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5686 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5688 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5691 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5694 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5702 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5709 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5708 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5732 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5713 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5737 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5719 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5747 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5774 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5761 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5809 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 413, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm index 6b28a212c..8cb6a4a37 100644 Binary files a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm and b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm differ diff --git a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm.d.ts b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm.d.ts index afe961d7d..d8e4d1e97 100644 --- a/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm.d.ts +++ b/snapshots/master/demos/opengl_underlay/pkg/opengl_underlay_bg.wasm.d.ts @@ -10,9 +10,9 @@ export function main(): 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__h515229f4fe4425b6(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/plotter/pkg/plotter.d.ts b/snapshots/master/demos/plotter/pkg/plotter.d.ts index 2fd6d9b19..30d118a3e 100644 --- a/snapshots/master/demos/plotter/pkg/plotter.d.ts +++ b/snapshots/master/demos/plotter/pkg/plotter.d.ts @@ -17,10 +17,10 @@ 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__h515229f4fe4425b6: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/plotter/pkg/plotter.js b/snapshots/master/demos/plotter/pkg/plotter.js index bf5ac9e45..392124ccb 100644 --- a/snapshots/master/demos/plotter/pkg/plotter.js +++ b/snapshots/master/demos/plotter/pkg/plotter.js @@ -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__h515229f4fe4425b6(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function handleError(f, args) { @@ -1308,14 +1308,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1340,9 +1343,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1356,6 +1356,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1374,14 +1382,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1622,63 +1622,63 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper989 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 136, __wbg_adapter_26); + imports.wbg.__wbindgen_closure_wrapper987 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper991 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 136, __wbg_adapter_26); + imports.wbg.__wbindgen_closure_wrapper989 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper992 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 136, __wbg_adapter_26); + imports.wbg.__wbindgen_closure_wrapper990 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper993 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 136, __wbg_adapter_26); + imports.wbg.__wbindgen_closure_wrapper991 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper994 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 136, __wbg_adapter_26); + imports.wbg.__wbindgen_closure_wrapper992 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 138, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3484 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper3487 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4701 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4705 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4734 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4738 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4740 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4743 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4746 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4754 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4761 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4760 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4784 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4765 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4789 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4771 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4799 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4826 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4813 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4861 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/plotter/pkg/plotter_bg.wasm b/snapshots/master/demos/plotter/pkg/plotter_bg.wasm index f955aa950..848b4f385 100644 Binary files a/snapshots/master/demos/plotter/pkg/plotter_bg.wasm and b/snapshots/master/demos/plotter/pkg/plotter_bg.wasm differ diff --git a/snapshots/master/demos/plotter/pkg/plotter_bg.wasm.d.ts b/snapshots/master/demos/plotter/pkg/plotter_bg.wasm.d.ts index afe961d7d..d8e4d1e97 100644 --- a/snapshots/master/demos/plotter/pkg/plotter_bg.wasm.d.ts +++ b/snapshots/master/demos/plotter/pkg/plotter_bg.wasm.d.ts @@ -10,9 +10,9 @@ export function main(): 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__h515229f4fe4425b6(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.d.ts b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.d.ts index e892495d7..61988c60a 100644 --- a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.d.ts +++ b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.d.ts @@ -17,11 +17,11 @@ 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__h0a05f35bd6d0b591: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed: (a: number, b: number, c: number, d: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h020766f84bbe04f5: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2: (a: number, b: number, c: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.js b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.js index c6ff8606b..93e79660c 100644 --- a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.js +++ b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib.js @@ -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__h0a05f35bd6d0b591(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h020766f84bbe04f5(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -236,20 +236,20 @@ function makeMutClosure(arg0, arg1, dtor, f) { CLOSURE_DTORS.register(real, state, state); return real; } -function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(arg0, arg1, addHeapObject(arg2)); +function __wbg_adapter_37(arg0, arg1) { + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(arg0, arg1); } -function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(arg0, arg1); +function __wbg_adapter_40(arg0, arg1, arg2) { + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_55(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function __wbg_adapter_58(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(arg0, arg1, addHeapObject(arg2)); } /** @@ -368,18 +368,6 @@ function __wbg_get_imports() { const ret = false; return ret; }; - imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { - const ret = getObject(arg0).Window; - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_is_undefined = function(arg0) { - const ret = getObject(arg0) === undefined; - return ret; - }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; imports.wbg.__wbg_offsetX_294898d040917c6b = function(arg0) { const ret = getObject(arg0).offsetX; return ret; @@ -392,6 +380,18 @@ function __wbg_get_imports() { const ret = getObject(arg0).getCoalescedEvents; return addHeapObject(ret); }; + imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { + const ret = getObject(arg0).Window; + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_is_undefined = function(arg0) { + const ret = getObject(arg0) === undefined; + return ret; + }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; imports.wbg.__wbg_scheduler_7ccf2d3b362018c4 = function(arg0) { const ret = getObject(arg0).scheduler; return addHeapObject(ret); @@ -1681,43 +1681,43 @@ function __wbg_get_imports() { const ret = makeClosure(arg0, arg1, 2147, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5994 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5991 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5996 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5993 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5998 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper5995 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6000 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper5997 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6006 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6004 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6008 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6012 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6012 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6014 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6015 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6017 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6030 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6028 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2619, __wbg_adapter_55); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6683 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6674 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2651, __wbg_adapter_58); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm index 6ed7fe926..cb9a3ebb2 100644 Binary files a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm and b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm differ diff --git a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm.d.ts b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm.d.ts index ad2b850e1..d27541b6e 100644 --- a/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm.d.ts +++ b/snapshots/master/demos/printerdemo/pkg/printerdemo_lib_bg.wasm.d.ts @@ -10,10 +10,10 @@ 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__h0a05f35bd6d0b591(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(a: number, b: number, c: number, d: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h020766f84bbe04f5(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(a: number, b: number, c: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.d.ts b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.d.ts index 2fd6d9b19..30d118a3e 100644 --- a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.d.ts +++ b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.d.ts @@ -17,10 +17,10 @@ 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__h515229f4fe4425b6: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.js b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.js index b99a86eb9..b47bc7592 100644 --- a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.js +++ b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old.js @@ -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__h515229f4fe4425b6(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(arg0, arg1); } function __wbg_adapter_57(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function handleError(f, args) { @@ -1308,14 +1308,17 @@ function __wbg_get_imports() { const ret = getObject(arg0).buttons; return ret; }; - imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { - const ret = getObject(arg0).isIntersecting; - return ret; - }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { const ret = getObject(arg0).matches; return ret; }; + imports.wbg.__wbg_isIntersecting_7cba11b732bde6a7 = function(arg0) { + const ret = getObject(arg0).isIntersecting; + return ret; + }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { const ret = getObject(arg0).contentRect; return addHeapObject(ret); @@ -1340,9 +1343,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1356,6 +1356,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; + imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { + const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); + return addHeapObject(ret); + }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1374,14 +1382,6 @@ function __wbg_get_imports() { const ret = new Worker(getStringFromWasm0(arg0, arg1)); return addHeapObject(ret); }, arguments) }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; - imports.wbg.__wbg_getOwnPropertyDescriptor_104555bb47552c24 = function(arg0, arg1) { - const ret = Object.getOwnPropertyDescriptor(getObject(arg0), getObject(arg1)); - return addHeapObject(ret); - }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1622,43 +1622,43 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper1951 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 660, __wbg_adapter_26); - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_closure_wrapper1953 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 660, __wbg_adapter_26); + imports.wbg.__wbindgen_closure_wrapper1952 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 662, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1954 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 660, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 662, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1955 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 660, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 662, __wbg_adapter_26); return addHeapObject(ret); }; imports.wbg.__wbindgen_closure_wrapper1956 = function(arg0, arg1, arg2) { - const ret = makeClosure(arg0, arg1, 660, __wbg_adapter_26); + const ret = makeClosure(arg0, arg1, 662, __wbg_adapter_26); + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_closure_wrapper1957 = function(arg0, arg1, arg2) { + const ret = makeClosure(arg0, arg1, 662, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5357 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5361 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6573 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6578 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6606 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6611 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6612 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6616 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6618 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6627 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; @@ -1666,19 +1666,19 @@ function __wbg_get_imports() { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6656 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6638 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6661 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6644 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6671 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6699 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6685 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6734 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 912, __wbg_adapter_57); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm index aedab03f1..607d131ee 100644 Binary files a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm and b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm differ diff --git a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm.d.ts b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm.d.ts index afe961d7d..d8e4d1e97 100644 --- a/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm.d.ts +++ b/snapshots/master/demos/printerdemo_old/pkg/printerdemo_old_bg.wasm.d.ts @@ -10,9 +10,9 @@ export function main(): 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__h515229f4fe4425b6(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04f13a013226e7da(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb51376924c76f5e8(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h98fa261ba1d6bab9(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0497063c2c6fc63b(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1634cd42a1ddb2d1(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6d54a98f880f017d(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47c46ea6f389fc38(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.d.ts b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.d.ts index 5a1aca3fa..796762a72 100644 --- a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.d.ts +++ b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.d.ts @@ -17,10 +17,10 @@ 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__h18e257910a6e0fd6: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0e86ec135b0269be: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd7c6833b0ee6bd94: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h14f77cfa92992be8: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h140defeb95177830: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h05acf1c9fd95231c: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbc952f0818e9532b: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf1361781e498d8da: (a: number, b: number, c: number, d: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.js b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.js index 0c1b5c4a3..4e40ec97c 100644 --- a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.js +++ b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle.js @@ -209,7 +209,7 @@ function makeClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_30(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h18e257910a6e0fd6(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h140defeb95177830(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -237,15 +237,15 @@ function makeMutClosure(arg0, arg1, dtor, f) { return real; } function __wbg_adapter_41(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0e86ec135b0269be(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h05acf1c9fd95231c(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_44(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd7c6833b0ee6bd94(arg0, arg1); + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbc952f0818e9532b(arg0, arg1); } function __wbg_adapter_61(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h14f77cfa92992be8(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf1361781e498d8da(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function handleError(f, args) { @@ -1343,38 +1343,31 @@ function __wbg_get_imports() { imports.wbg.__wbg_postMessage_b651e498e4c6dbf5 = function() { return handleError(function (arg0, arg1, arg2) { getObject(arg0).postMessage(getObject(arg1), getObject(arg2)); }, arguments) }; - imports.wbg.__wbg_pointerType_d375491a3013a9bc = function(arg0, arg1) { - const ret = getObject(arg1).pointerType; - 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_persisted_6483200f25cdfed4 = function(arg0) { + const ret = getObject(arg0).persisted; + return ret; }; imports.wbg.__wbg_pointerId_37ae0c4682f85248 = function(arg0) { const ret = getObject(arg0).pointerId; return ret; }; - imports.wbg.__wbg_pressure_95cee3909a8549a9 = function(arg0) { - const ret = getObject(arg0).pressure; - return ret; - }; - imports.wbg.__wbg_persisted_6483200f25cdfed4 = function(arg0) { - const ret = getObject(arg0).persisted; - return ret; - }; - imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { - getObject(arg0).setPointerCapture(arg1); - }, arguments) }; imports.wbg.__wbg_buttons_a302533e27733599 = function(arg0) { const ret = getObject(arg0).buttons; return ret; }; + imports.wbg.__wbg_pointerType_d375491a3013a9bc = function(arg0, arg1) { + const ret = getObject(arg1).pointerType; + 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_isIntersecting_7cba11b732bde6a7 = function(arg0) { const ret = getObject(arg0).isIntersecting; return ret; }; - imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { - const ret = getObject(arg0).matches; + imports.wbg.__wbg_pressure_95cee3909a8549a9 = function(arg0) { + const ret = getObject(arg0).pressure; return ret; }; imports.wbg.__wbg_contentRect_c1a9045c459744d9 = function(arg0) { @@ -1401,6 +1394,13 @@ function __wbg_get_imports() { const ret = getObject(arg0).blockSize; return ret; }; + imports.wbg.__wbg_matches_42eb40a28a316d0e = function(arg0) { + const ret = getObject(arg0).matches; + return ret; + }; + imports.wbg.__wbg_setPointerCapture_16fb4f004fe3aaae = function() { return handleError(function (arg0, arg1) { + getObject(arg0).setPointerCapture(arg1); + }, arguments) }; imports.wbg.__wbindgen_cb_drop = function(arg0) { const obj = takeObject(arg0).original; if (obj.cnt-- == 1) { @@ -1410,10 +1410,6 @@ function __wbg_get_imports() { const ret = false; return ret; }; - imports.wbg.__wbg_new_25d9d4e2932d816f = function() { return handleError(function (arg0, arg1) { - const ret = new Worker(getStringFromWasm0(arg0, arg1)); - return addHeapObject(ret); - }, arguments) }; imports.wbg.__wbg_settype_b6ab7b74bd1908a1 = function(arg0, arg1, arg2) { getObject(arg0).type = getStringFromWasm0(arg1, arg2); }; @@ -1440,6 +1436,10 @@ function __wbg_get_imports() { const ret = getObject(arg0).Window; return addHeapObject(ret); }; + imports.wbg.__wbg_new_25d9d4e2932d816f = function() { return handleError(function (arg0, arg1) { + const ret = new Worker(getStringFromWasm0(arg0, arg1)); + return addHeapObject(ret); + }, arguments) }; imports.wbg.__wbg_button_460cdec9f2512a91 = function(arg0) { const ret = getObject(arg0).button; return ret; @@ -1613,14 +1613,6 @@ function __wbg_get_imports() { const ret = getObject(arg0).y; return ret; }; - imports.wbg.__wbg_scheduler_f38a681d98b5a776 = function(arg0) { - const ret = getObject(arg0).scheduler; - return addHeapObject(ret); - }; - imports.wbg.__wbg_requestIdleCallback_86b728660e0547ef = function(arg0) { - const ret = getObject(arg0).requestIdleCallback; - return addHeapObject(ret); - }; imports.wbg.__wbg_requestFullscreen_8a94df4e7f757077 = function(arg0) { const ret = getObject(arg0).requestFullscreen; return addHeapObject(ret); @@ -1629,6 +1621,14 @@ function __wbg_get_imports() { const ret = getObject(arg0).getCoalescedEvents; return addHeapObject(ret); }; + imports.wbg.__wbg_scheduler_f38a681d98b5a776 = function(arg0) { + const ret = getObject(arg0).scheduler; + return addHeapObject(ret); + }; + imports.wbg.__wbg_requestIdleCallback_86b728660e0547ef = function(arg0) { + const ret = getObject(arg0).requestIdleCallback; + return addHeapObject(ret); + }; imports.wbg.__wbg_queueMicrotask_693514e3dcae83e6 = function(arg0) { queueMicrotask(takeObject(arg0)); }; @@ -1680,43 +1680,43 @@ function __wbg_get_imports() { const ret = getObject(arg0).requestAnimationFrame(getObject(arg1)); return ret; }, arguments) }; - imports.wbg.__wbindgen_closure_wrapper1390 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper1392 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 296, __wbg_adapter_30); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper1392 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper1394 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 296, __wbg_adapter_30); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper1393 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper1395 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 296, __wbg_adapter_30); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper1394 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper1396 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 296, __wbg_adapter_30); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper1395 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper1397 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 296, __wbg_adapter_30); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4781 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4785 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6007 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6012 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_44); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6040 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6051 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6051 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6055 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6056 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6066 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; @@ -1724,19 +1724,19 @@ function __wbg_get_imports() { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6098 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6083 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6121 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6097 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6133 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6105 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_41); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6138 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6124 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 545, __wbg_adapter_61); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm index 92a25c8b0..19e0c6fcb 100644 Binary files a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm and b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm differ diff --git a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm.d.ts b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm.d.ts index 9891cec39..d06f2afbb 100644 --- a/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm.d.ts +++ b/snapshots/master/demos/slide_puzzle/pkg/slide_puzzle_bg.wasm.d.ts @@ -10,9 +10,9 @@ export function main(): 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__h18e257910a6e0fd6(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0e86ec135b0269be(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd7c6833b0ee6bd94(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h14f77cfa92992be8(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h140defeb95177830(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h05acf1c9fd95231c(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbc952f0818e9532b(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf1361781e498d8da(a: number, b: number, c: number, d: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.d.ts b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.d.ts index 5e890295e..cb5efb27b 100644 --- a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.d.ts +++ b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.d.ts @@ -17,11 +17,11 @@ 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__h66bbb9848b3f5ac3: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed: (a: number, b: number, c: number, d: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6a128c1bca4853be: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2: (a: number, b: number, c: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.js b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.js index 4c990e57e..753076453 100644 --- a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.js +++ b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc.js @@ -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__h66bbb9848b3f5ac3(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6a128c1bca4853be(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -236,20 +236,20 @@ function makeMutClosure(arg0, arg1, dtor, f) { CLOSURE_DTORS.register(real, state, state); return real; } -function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(arg0, arg1, addHeapObject(arg2)); +function __wbg_adapter_37(arg0, arg1) { + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(arg0, arg1); } -function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(arg0, arg1); +function __wbg_adapter_40(arg0, arg1, arg2) { + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_55(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function __wbg_adapter_58(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(arg0, arg1, addHeapObject(arg2)); } /** @@ -368,18 +368,6 @@ function __wbg_get_imports() { const ret = false; return ret; }; - imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { - const ret = getObject(arg0).Window; - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_is_undefined = function(arg0) { - const ret = getObject(arg0) === undefined; - return ret; - }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; imports.wbg.__wbg_offsetX_294898d040917c6b = function(arg0) { const ret = getObject(arg0).offsetX; return ret; @@ -392,6 +380,18 @@ function __wbg_get_imports() { const ret = getObject(arg0).getCoalescedEvents; return addHeapObject(ret); }; + imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { + const ret = getObject(arg0).Window; + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_is_undefined = function(arg0) { + const ret = getObject(arg0) === undefined; + return ret; + }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; imports.wbg.__wbg_scheduler_7ccf2d3b362018c4 = function(arg0) { const ret = getObject(arg0).scheduler; return addHeapObject(ret); @@ -1677,63 +1677,63 @@ function __wbg_get_imports() { const ret = wasm.memory; return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5099 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5098 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2270, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5101 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5100 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2270, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5103 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5102 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2270, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5105 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5104 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2270, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper5107 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper5106 = function(arg0, arg1, arg2) { const ret = makeClosure(arg0, arg1, 2270, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6624 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6620 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6626 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6622 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6628 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6624 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6630 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6626 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6636 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6633 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6638 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6641 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6642 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6643 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6645 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6646 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6660 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6657 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2741, __wbg_adapter_55); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper7313 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper7303 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2773, __wbg_adapter_58); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm index 2e9fa6edd..c0f1eb2e9 100644 Binary files a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm and b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm differ diff --git a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm.d.ts b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm.d.ts index 9c41f81bb..6c225caa3 100644 --- a/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm.d.ts +++ b/snapshots/master/demos/todo-mvc/pkg/todo_lib_mvc_bg.wasm.d.ts @@ -10,10 +10,10 @@ 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__h66bbb9848b3f5ac3(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(a: number, b: number, c: number, d: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6a128c1bca4853be(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(a: number, b: number, c: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/todo/pkg/todo_lib.d.ts b/snapshots/master/demos/todo/pkg/todo_lib.d.ts index aeb84f92e..1be1d0cc5 100644 --- a/snapshots/master/demos/todo/pkg/todo_lib.d.ts +++ b/snapshots/master/demos/todo/pkg/todo_lib.d.ts @@ -17,11 +17,11 @@ 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__h0f8aad31877f5011: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed: (a: number, b: number, c: number, d: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h52025862ceeffe97: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2: (a: number, b: number, c: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/todo/pkg/todo_lib.js b/snapshots/master/demos/todo/pkg/todo_lib.js index 4c44f00f9..beedad54b 100644 --- a/snapshots/master/demos/todo/pkg/todo_lib.js +++ b/snapshots/master/demos/todo/pkg/todo_lib.js @@ -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__h0f8aad31877f5011(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h52025862ceeffe97(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -236,20 +236,20 @@ function makeMutClosure(arg0, arg1, dtor, f) { CLOSURE_DTORS.register(real, state, state); return real; } -function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(arg0, arg1, addHeapObject(arg2)); +function __wbg_adapter_37(arg0, arg1) { + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(arg0, arg1); } -function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(arg0, arg1); +function __wbg_adapter_40(arg0, arg1, arg2) { + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_55(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function __wbg_adapter_58(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(arg0, arg1, addHeapObject(arg2)); } /** @@ -368,18 +368,6 @@ function __wbg_get_imports() { const ret = false; return ret; }; - imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { - const ret = getObject(arg0).Window; - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_is_undefined = function(arg0) { - const ret = getObject(arg0) === undefined; - return ret; - }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; imports.wbg.__wbg_offsetX_294898d040917c6b = function(arg0) { const ret = getObject(arg0).offsetX; return ret; @@ -392,6 +380,18 @@ function __wbg_get_imports() { const ret = getObject(arg0).getCoalescedEvents; return addHeapObject(ret); }; + imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { + const ret = getObject(arg0).Window; + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_is_undefined = function(arg0) { + const ret = getObject(arg0) === undefined; + return ret; + }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; imports.wbg.__wbg_scheduler_7ccf2d3b362018c4 = function(arg0) { const ret = getObject(arg0).scheduler; return addHeapObject(ret); @@ -1681,43 +1681,43 @@ function __wbg_get_imports() { const ret = makeClosure(arg0, arg1, 984, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3861 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper3858 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3863 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper3860 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3865 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper3862 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3867 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper3864 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3873 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper3871 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3875 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper3879 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3879 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper3881 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3882 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper3884 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper3897 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper3895 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 1458, __wbg_adapter_55); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper4550 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper4541 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 1490, __wbg_adapter_58); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm b/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm index 1cadb329e..90c788c11 100644 Binary files a/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm and b/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm differ diff --git a/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm.d.ts b/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm.d.ts index d066c39cc..4ee4d5406 100644 --- a/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm.d.ts +++ b/snapshots/master/demos/todo/pkg/todo_lib_bg.wasm.d.ts @@ -10,10 +10,10 @@ 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__h0f8aad31877f5011(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(a: number, b: number, c: number, d: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h52025862ceeffe97(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(a: number, b: number, c: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/demos/weather-demo/pkg/weather_demo.d.ts b/snapshots/master/demos/weather-demo/pkg/weather_demo.d.ts index dc7df39d9..1e9b75370 100644 --- a/snapshots/master/demos/weather-demo/pkg/weather_demo.d.ts +++ b/snapshots/master/demos/weather-demo/pkg/weather_demo.d.ts @@ -17,11 +17,11 @@ 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__h2917da2f2e7808b5: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c: (a: number, b: number, c: number) => void; - readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e: (a: number, b: number) => void; - readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed: (a: number, b: number, c: number, d: number) => void; - readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h149882708715d0ca: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3: (a: number, b: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232: (a: number, b: number, c: number) => void; + readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6: (a: number, b: number, c: number, d: number) => void; + readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2: (a: number, b: number, c: number) => void; readonly __wbindgen_exn_store: (a: number) => void; readonly __wbindgen_start: () => void; } diff --git a/snapshots/master/demos/weather-demo/pkg/weather_demo.js b/snapshots/master/demos/weather-demo/pkg/weather_demo.js index 376a95e5d..f1caa8917 100644 --- a/snapshots/master/demos/weather-demo/pkg/weather_demo.js +++ b/snapshots/master/demos/weather-demo/pkg/weather_demo.js @@ -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__h2917da2f2e7808b5(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h149882708715d0ca(arg0, arg1, addHeapObject(arg2)); } function makeMutClosure(arg0, arg1, dtor, f) { @@ -236,20 +236,20 @@ function makeMutClosure(arg0, arg1, dtor, f) { CLOSURE_DTORS.register(real, state, state); return real; } -function __wbg_adapter_37(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(arg0, arg1, addHeapObject(arg2)); +function __wbg_adapter_37(arg0, arg1) { + wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(arg0, arg1); } -function __wbg_adapter_40(arg0, arg1) { - wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(arg0, arg1); +function __wbg_adapter_40(arg0, arg1, arg2) { + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(arg0, arg1, addHeapObject(arg2)); } function __wbg_adapter_55(arg0, arg1, arg2, arg3) { - wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); + wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3)); } function __wbg_adapter_58(arg0, arg1, arg2) { - wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(arg0, arg1, addHeapObject(arg2)); + wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(arg0, arg1, addHeapObject(arg2)); } /** @@ -368,18 +368,6 @@ function __wbg_get_imports() { const ret = false; return ret; }; - imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { - const ret = getObject(arg0).Window; - return addHeapObject(ret); - }; - imports.wbg.__wbindgen_is_undefined = function(arg0) { - const ret = getObject(arg0) === undefined; - return ret; - }; - imports.wbg.__wbg_prototype_d33365945f23f380 = function() { - const ret = ResizeObserverEntry.prototype; - return addHeapObject(ret); - }; imports.wbg.__wbg_offsetX_294898d040917c6b = function(arg0) { const ret = getObject(arg0).offsetX; return ret; @@ -392,6 +380,18 @@ function __wbg_get_imports() { const ret = getObject(arg0).getCoalescedEvents; return addHeapObject(ret); }; + imports.wbg.__wbg_Window_bd9ec3fee5f673ee = function(arg0) { + const ret = getObject(arg0).Window; + return addHeapObject(ret); + }; + imports.wbg.__wbindgen_is_undefined = function(arg0) { + const ret = getObject(arg0) === undefined; + return ret; + }; + imports.wbg.__wbg_prototype_d33365945f23f380 = function() { + const ret = ResizeObserverEntry.prototype; + return addHeapObject(ret); + }; imports.wbg.__wbg_scheduler_7ccf2d3b362018c4 = function(arg0) { const ret = getObject(arg0).scheduler; return addHeapObject(ret); @@ -1712,43 +1712,43 @@ function __wbg_get_imports() { const ret = makeClosure(arg0, arg1, 2013, __wbg_adapter_26); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6311 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6308 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_37); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6313 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6310 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6315 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6312 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6317 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6314 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6323 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6321 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6325 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6329 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6329 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6331 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6332 = function(arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_37); + imports.wbg.__wbindgen_closure_wrapper6334 = function(arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_40); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper6347 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6345 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2484, __wbg_adapter_55); return addHeapObject(ret); }; - imports.wbg.__wbindgen_closure_wrapper7000 = function(arg0, arg1, arg2) { + imports.wbg.__wbindgen_closure_wrapper6991 = function(arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 2516, __wbg_adapter_58); return addHeapObject(ret); }; diff --git a/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm b/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm index 98714933a..c1750bac0 100644 Binary files a/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm and b/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm differ diff --git a/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm.d.ts b/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm.d.ts index fd3452a5f..70af44d12 100644 --- a/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm.d.ts +++ b/snapshots/master/demos/weather-demo/pkg/weather_demo_bg.wasm.d.ts @@ -10,10 +10,10 @@ 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__h2917da2f2e7808b5(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h46d3bed4f2abf21c(a: number, b: number, c: number): void; -export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h56f1a7156f862a1e(a: number, b: number): void; -export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb66c83361514d8ed(a: number, b: number, c: number, d: number): void; -export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfed05b037b6d37a4(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h149882708715d0ca(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5ec7104ba3e004c3(a: number, b: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h09191c530e8b9232(a: number, b: number, c: number): void; +export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdce77f4568c2d8d6(a: number, b: number, c: number, d: number): void; +export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2a9a7c0f65761ad2(a: number, b: number, c: number): void; export function __wbindgen_exn_store(a: number): void; export function __wbindgen_start(): void; diff --git a/snapshots/master/docs/node/classes/ArrayModel.html b/snapshots/master/docs/node/classes/ArrayModel.html index 47d8e70e2..f0b8f3003 100644 --- a/snapshots/master/docs/node/classes/ArrayModel.html +++ b/snapshots/master/docs/node/classes/ArrayModel.html @@ -1,6 +1,6 @@ ArrayModel | slint-ui

Class ArrayModel<T>

ArrayModel wraps a JavaScript array for use in .slint views. The underlying array can be modified with the [[ArrayModel.push]] and [[ArrayModel.remove]] methods.

-

Type Parameters

  • T

Hierarchy (view full)

Constructors

Type Parameters

  • T

Hierarchy (view full)

Constructors

Accessors

Methods

[iterator] entries @@ -16,32 +16,32 @@ setRowData values

Constructors

Accessors

  • get length(): number
  • Returns the number of entries in the array model.

    -

    Returns number

Methods

  • Returns an iterable of key, value pairs for every entry in the array.

    -

    Returns IterableIterator<[number, T]>

  • Notifies the view that the complete data must be reload.

    -

    Returns void

Accessors

  • get length(): number
  • Returns the number of entries in the array model.

    +

    Returns number

Methods

  • Returns an iterable of key, value pairs for every entry in the array.

    +

    Returns IterableIterator<[number, T]>

  • Notifies the view that the complete data must be reload.

    +

    Returns void

  • Notifies the view that multiple rows are added to the model.

    Parameters

    • row: number

      index of the first added row.

    • count: number

      the number of added items.

      -

    Returns void

  • Notifies the view that the data of the current row is changed.

    +

Returns void

  • Notifies the view that the data of the current row is changed.

    Parameters

    • row: number

      index of the changed row.

      -

    Returns void

  • Notifies the view that multiple rows are removed to the model.

    +

Returns void

Returns void

Returns void

Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/snapshots/master/docs/node/classes/CompileError.html b/snapshots/master/docs/node/classes/CompileError.html index cfd9b291e..58b05b4c1 100644 --- a/snapshots/master/docs/node/classes/CompileError.html +++ b/snapshots/master/docs/node/classes/CompileError.html @@ -1,5 +1,5 @@ CompileError | slint-ui

Class CompileError

Represents an errors that can be emitted by the compiler.

-

Hierarchy

  • Error
    • CompileError

Constructors

Hierarchy

  • Error
    • CompileError

Constructors

Properties

cause? diagnostics message @@ -11,8 +11,8 @@

Constructors

  • Creates a new CompileError.

    Parameters

    • message: string

      human-readable description of the error.

    • diagnostics: Diagnostic[]

      represent a list of diagnostic items emitted while compiling .slint code.

      -

    Returns CompileError

Properties

cause?: unknown
diagnostics: Diagnostic[]

List of Diagnostic items emitted while compiling .slint code.

-
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

+

Returns CompileError

Properties

cause?: unknown
diagnostics: Diagnostic[]

List of Diagnostic items emitted while compiling .slint code.

+
message: string
name: string
stack?: string
prepareStackTrace?: ((err, stackTraces) => any)

Optional override for formatting stack traces

Type declaration

    • (err, stackTraces): any
    • Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

\ No newline at end of file diff --git a/snapshots/master/docs/node/classes/Model.html b/snapshots/master/docs/node/classes/Model.html index c6d58d18e..5dfdef5b0 100644 --- a/snapshots/master/docs/node/classes/Model.html +++ b/snapshots/master/docs/node/classes/Model.html @@ -6,7 +6,7 @@

Example

As an example let's see the implementation of ArrayModel

export class ArrayModel<T> extends Model<T> {
private a: Array<T>

constructor(arr: Array<T>) {
super();
this.a = arr;
}

rowCount() {
return this.a.length;
}

rowData(row: number) {
return this.a[row];
}

setRowData(row: number, data: T) {
this.a[row] = data;
this.notifyRowDataChanged(row);
}

push(...values: T[]) {
let size = this.a.length;
Array.prototype.push.apply(this.a, values);
this.notifyRowAdded(size, arguments.length);
}

remove(index: number, size: number) {
let r = this.a.splice(index, size);
this.notifyRowRemoved(index, size);
}

get length(): number {
return this.a.length;
}

values(): IterableIterator<T> {
return this.a.values();
}

entries(): IterableIterator<[number, T]> {
return this.a.entries()
}
}
-

Hierarchy (view full)

Implements

Constructors

Hierarchy (view full)

Implements

  • Iterable<T>

Constructors

Methods

  • Returns Iterator<T, any, undefined>

  • Notifies the view that the complete data must be reload.

    -

    Returns void

  • Notifies the view that multiple rows are added to the model.

    +

Constructors

Methods

Returns void

Returns void

Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/snapshots/master/docs/node/functions/loadFile.html b/snapshots/master/docs/node/functions/loadFile.html index 4eb74eebb..ef312813b 100644 --- a/snapshots/master/docs/node/functions/loadFile.html +++ b/snapshots/master/docs/node/functions/loadFile.html @@ -15,4 +15,4 @@ These instances offer properties and event handlers, adhering to the ComponentHandle interface. For further information on the available properties, refer to Instantiating A Component.

Throws

CompileError if errors occur during compilation.

-
\ No newline at end of file +
\ No newline at end of file diff --git a/snapshots/master/docs/node/functions/loadSource.html b/snapshots/master/docs/node/functions/loadSource.html index c49564fb3..f578d6d01 100644 --- a/snapshots/master/docs/node/functions/loadSource.html +++ b/snapshots/master/docs/node/functions/loadSource.html @@ -13,4 +13,4 @@ These instances offer properties and event handlers, adhering to the ComponentHandle interface. For further information on the available properties, refer to Instantiating A Component.

Throws

CompileError if errors occur during compilation.

-
\ No newline at end of file +
\ No newline at end of file diff --git a/snapshots/master/docs/node/functions/quitEventLoop.html b/snapshots/master/docs/node/functions/quitEventLoop.html index 4b75934c6..6cd9935a7 100644 --- a/snapshots/master/docs/node/functions/quitEventLoop.html +++ b/snapshots/master/docs/node/functions/quitEventLoop.html @@ -1,3 +1,3 @@ quitEventLoop | slint-ui

Function quitEventLoop

  • Stops a spinning event loop. This function returns immediately, and the promise returned from run_event_loop() will resolve in a later tick of the nodejs event loop.

    -

    Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/snapshots/master/docs/node/functions/runEventLoop.html b/snapshots/master/docs/node/functions/runEventLoop.html index 902b9e563..693e52063 100644 --- a/snapshots/master/docs/node/functions/runEventLoop.html +++ b/snapshots/master/docs/node/functions/runEventLoop.html @@ -2,4 +2,4 @@

If the event loop is already running, then this function returns the same promise as from the earlier invocation.

Parameters

Returns Promise<unknown>

\ No newline at end of file +

Returns Promise<unknown>

\ No newline at end of file diff --git a/snapshots/master/docs/node/interfaces/ComponentHandle.html b/snapshots/master/docs/node/interfaces/ComponentHandle.html index 1849a8ca0..a9f2edad9 100644 --- a/snapshots/master/docs/node/interfaces/ComponentHandle.html +++ b/snapshots/master/docs/node/interfaces/ComponentHandle.html @@ -1,16 +1,16 @@ ComponentHandle | slint-ui

Interface ComponentHandle

This interface describes the public API of a Slint component that is common to all instances. Use this to show() the window on the screen, access the window and subsequent window properties, or start the Slint event loop with run().

-
interface ComponentHandle {
    get window(): Window;
    hide(): any;
    run(): Promise<unknown>;
    show(): any;
}

Accessors

interface ComponentHandle {
    get window(): Window;
    hide(): any;
    run(): Promise<unknown>;
    show(): any;
}

Accessors

Methods

Accessors

  • get window(): Window
  • Returns the Window associated with this component instance. The window API can be used to control different aspects of the integration into the windowing system, such as the position on the screen.

    -

    Returns Window

Methods

  • Hides the component's window, so that it is not visible anymore.

    -

    Returns any

  • Shows the window and runs the event loop. The returned promise is resolved when the event loop +

    Returns Window

Methods

  • Hides the component's window, so that it is not visible anymore.

    +

    Returns any

  • Shows the window and runs the event loop. The returned promise is resolved when the event loop is terminated, for example when the last window was closed, or quitEventLoop was called.

    This function is a convenience for calling show, followed by runEventLoop, and hide when the event loop's promise is resolved.

    -

    Returns Promise<unknown>

  • Shows the component's window on the screen.

    -

    Returns any

\ No newline at end of file +

Returns Promise<unknown>

\ No newline at end of file diff --git a/snapshots/master/docs/node/interfaces/ImageData.html b/snapshots/master/docs/node/interfaces/ImageData.html index 8d0112e78..9d25af6ee 100644 --- a/snapshots/master/docs/node/interfaces/ImageData.html +++ b/snapshots/master/docs/node/interfaces/ImageData.html @@ -1,12 +1,12 @@ ImageData | slint-ui

Interface ImageData

An image data type that can be displayed by the Image element.

This interface is inspired by the web ImageData interface.

-
interface ImageData {
    path?: string;
    get data(): Uint8Array;
    get height(): number;
    get width(): number;
}

Properties

interface ImageData {
    path?: string;
    get data(): Uint8Array;
    get height(): number;
    get width(): number;
}

Properties

Accessors

Properties

path?: string

Returns the path of the image, if it was loaded from disk. Otherwise the property is undefined.

-

Accessors

  • get data(): Uint8Array
  • Returns the image as buffer.

    -

    Returns Uint8Array

  • get height(): number
  • Returns the height of the image in pixels.

    -

    Returns number

  • get width(): number
  • Returns the width of the image in pixels.

    -

    Returns number

\ No newline at end of file +

Accessors

\ No newline at end of file diff --git a/snapshots/master/docs/node/interfaces/LoadFileOptions.html b/snapshots/master/docs/node/interfaces/LoadFileOptions.html index b429ec6ad..46c210241 100644 --- a/snapshots/master/docs/node/interfaces/LoadFileOptions.html +++ b/snapshots/master/docs/node/interfaces/LoadFileOptions.html @@ -1,10 +1,10 @@ LoadFileOptions | slint-ui

Interface LoadFileOptions

LoadFileOptions are used to defines different optional parameters that can be used to configure the compiler.

-
interface LoadFileOptions {
    includePaths?: string[];
    libraryPaths?: Record<string, string>;
    quiet?: boolean;
    style?: string;
}

Properties

interface LoadFileOptions {
    includePaths?: string[];
    libraryPaths?: Record<string, string>;
    quiet?: boolean;
    style?: string;
}

Properties

includePaths?: string[]

Sets the include paths used for looking up .slint imports to the specified vector of paths.

-
libraryPaths?: Record<string, string>

Sets library paths used for looking up @library imports to the specified map of library names to paths.

-
quiet?: boolean

If set to true warnings from the compiler will not be printed to the console.

-
style?: string

Sets the widget style the compiler is currently using when compiling .slint files.

-
\ No newline at end of file +
libraryPaths?: Record<string, string>

Sets library paths used for looking up @library imports to the specified map of library names to paths.

+
quiet?: boolean

If set to true warnings from the compiler will not be printed to the console.

+
style?: string

Sets the widget style the compiler is currently using when compiling .slint files.

+
\ No newline at end of file diff --git a/snapshots/master/docs/node/interfaces/Point.html b/snapshots/master/docs/node/interfaces/Point.html index bce04d9bd..7faf6fceb 100644 --- a/snapshots/master/docs/node/interfaces/Point.html +++ b/snapshots/master/docs/node/interfaces/Point.html @@ -1,6 +1,6 @@ Point | slint-ui

Interface Point

Represents a two-dimensional point.

-
interface Point {
    x: number;
    y: number;
}

Properties

x +
interface Point {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number

Defines the x coordinate of the point.

-
y: number

Defines the y coordinate of the point.

-
\ No newline at end of file +
y: number

Defines the y coordinate of the point.

+
\ No newline at end of file diff --git a/snapshots/master/docs/node/interfaces/Size.html b/snapshots/master/docs/node/interfaces/Size.html index 02fe63b46..7c2455b3a 100644 --- a/snapshots/master/docs/node/interfaces/Size.html +++ b/snapshots/master/docs/node/interfaces/Size.html @@ -1,6 +1,6 @@ Size | slint-ui

Interface Size

Represents a two-dimensional size.

-
interface Size {
    height: number;
    width: number;
}

Properties

interface Size {
    height: number;
    width: number;
}

Properties

Properties

height: number

Defines the height length of the size.

-
width: number

Defines the width length of the size.

-
\ No newline at end of file +
width: number

Defines the width length of the size.

+
\ No newline at end of file diff --git a/snapshots/master/docs/node/interfaces/Window.html b/snapshots/master/docs/node/interfaces/Window.html index ef27850ca..b4b9f065a 100644 --- a/snapshots/master/docs/node/interfaces/Window.html +++ b/snapshots/master/docs/node/interfaces/Window.html @@ -1,7 +1,7 @@ Window | slint-ui

Interface Window

This type represents a window towards the windowing system, that's used to render the scene of a component. It provides API to control windowing system specific aspects such as the position on the screen.

-
interface Window {
    fullscreen: boolean;
    logicalPosition: Point;
    logicalSize: Size;
    maximized: boolean;
    minimized: boolean;
    physicalPosition: Point;
    physicalSize: Size;
    get visible(): boolean;
    hide(): void;
    requestRedraw(): void;
    show(): void;
}

Properties

interface Window {
    fullscreen: boolean;
    logicalPosition: Point;
    logicalSize: Size;
    maximized: boolean;
    minimized: boolean;
    physicalPosition: Point;
    physicalSize: Size;
    get visible(): boolean;
    hide(): void;
    requestRedraw(): void;
    show(): void;
}

Properties

fullscreen: boolean

Gets or sets the window's fullscreen state *

-
logicalPosition: Point

Gets or sets the logical position of the window on the screen.

-
logicalSize: Size

Gets or sets the logical size of the window on the screen,

-
maximized: boolean

Gets or sets the window's maximized state *

-
minimized: boolean

Gets or sets teh window's minimized state *

-
physicalPosition: Point

Gets or sets the physical position of the window on the screen.

-
physicalSize: Size

Gets or sets the physical size of the window on the screen,

-

Accessors

  • get visible(): boolean
  • Returns the visibility state of the window. This function can return false even if you previously called show() +

logicalPosition: Point

Gets or sets the logical position of the window on the screen.

+
logicalSize: Size

Gets or sets the logical size of the window on the screen,

+
maximized: boolean

Gets or sets the window's maximized state *

+
minimized: boolean

Gets or sets teh window's minimized state *

+
physicalPosition: Point

Gets or sets the physical position of the window on the screen.

+
physicalSize: Size

Gets or sets the physical size of the window on the screen,

+

Accessors

  • get visible(): boolean
  • Returns the visibility state of the window. This function can return false even if you previously called show() on it, for example if the user minimized the window.

    -

    Returns boolean

Methods

  • Hides the window, so that it is not visible anymore.

    -

    Returns void

  • Issues a request to the windowing system to re-render the contents of the window.

    -

    Returns void

  • Shows the window on the screen. An additional strong reference on the +

    Returns boolean

Methods

  • Hides the window, so that it is not visible anymore.

    +

    Returns void

  • Issues a request to the windowing system to re-render the contents of the window.

    +

    Returns void

  • Shows the window on the screen. An additional strong reference on the associated component is maintained while the window is visible.

    -

    Returns void

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/snapshots/master/docs/rust/help.html b/snapshots/master/docs/rust/help.html index 6cc4db34c..b8a1db724 100644 --- a/snapshots/master/docs/rust/help.html +++ b/snapshots/master/docs/rust/help.html @@ -1,4 +1,4 @@ -Help

Rustdoc help

Back
\ No newline at end of file +

Rustdoc help

Back
\ No newline at end of file diff --git a/snapshots/master/docs/rust/i_slint_backend_android_activity/all.html b/snapshots/master/docs/rust/i_slint_backend_android_activity/all.html index d8d642c4f..5e5dad72d 100644 --- a/snapshots/master/docs/rust/i_slint_backend_android_activity/all.html +++ b/snapshots/master/docs/rust/i_slint_backend_android_activity/all.html @@ -1,4 +1,4 @@ -List of all items in this crate

Rustdoc settings

Back
\ No newline at end of file +

Rustdoc settings

Back
\ No newline at end of file diff --git a/snapshots/master/docs/rust/slint/all.html b/snapshots/master/docs/rust/slint/all.html index f291001b1..5cbc78027 100644 --- a/snapshots/master/docs/rust/slint/all.html +++ b/snapshots/master/docs/rust/slint/all.html @@ -1,4 +1,4 @@ -List of all items in this crate

Function slint::spawn_local

pub fn spawn_local<F>(
+

Function slint::spawn_local

source ·
pub fn spawn_local<F: Future + 'static>(
     fut: F,
-) -> Result<JoinHandle<<F as Future>::Output>, EventLoopError>
where - F: Future + 'static,
Expand description

Spawns a Future to execute in the Slint event loop.

-

This function is intended to be invoked only from the main Slint thread that runs the event loop. -The event loop must be initialized prior to calling this function.

+) -> Result<JoinHandle<F::Output>, EventLoopError>
Expand description

Spawns a Future to execute in the Slint event loop.

+

This function is intended to be invoked only from the main Slint thread that runs the event loop.

For spawning a Send future from a different thread, this function should be called from a closure passed to invoke_from_event_loop().

This function is typically called from a UI callback.

@@ -149,7 +147,7 @@

Tokio’s current-thread schedule cannot be used in Slint main thread, because Slint cannot yield to it. -

To addresse these constraints, use async_compat’s Compat::new() +

To address these constraints, use async_compat’s Compat::new() to implicitly allocate a shared, multi-threaded Tokio runtime that will be used for Tokio futures.

The following little example demonstrates the use of Tokio’s TcpStream to read from a network socket. The entire future passed to spawn_local() is wrapped in Compat::new() to make it run:

@@ -168,7 +166,7 @@

use tokio::io::AsyncReadExt; let mut stream = tokio::net::TcpStream::connect(local_addr).await.unwrap(); let mut data = Vec::new(); - stream.read_to_end(&mut data).await.unwrap(); + stream.read_to_end(&mut data).await.unwrap(); assert_eq!(data, "Hello World".as_bytes()); slint::quit_event_loop().unwrap(); }; diff --git a/snapshots/master/docs/rust/slint/index.html b/snapshots/master/docs/rust/slint/index.html index 70bd9e571..892743fdb 100644 --- a/snapshots/master/docs/rust/slint/index.html +++ b/snapshots/master/docs/rust/slint/index.html @@ -1,4 +1,4 @@ -slint - Rust

Crate slint

source ·
Expand description

§Slint

+

Crate slint

source ·
Expand description

§Slint

This crate is the main entry point for embedding user interfaces designed with Slint in Rust programs. If you are new to Slint, start with the Walk-through tutorial @@ -265,7 +265,7 @@

Structs§

source

pub fn invoke_global( &self, global: &str, callable_name: &str, @@ -249,29 +249,29 @@

§Examples
) -> Result<Value, InvokeError>

Call the given callback or function within a global singleton with the arguments

§Examples

See the documentation of Self::set_global_callback for an example

-
source

pub fn component_positions(&self, path: &Path, offset: u32) -> Vec<LogicalRect>

Find all positions of the components which are pointed by a given source location.

+
source

pub fn component_positions(&self, path: &Path, offset: u32) -> Vec<LogicalRect>

Find all positions of the components which are pointed by a given source location.

WARNING: this is not part of the public API

-
source

pub fn element_positions(&self, element: &ElementRc) -> Vec<LogicalRect>

Find the position of the element.

+
source

pub fn element_positions(&self, element: &ElementRc) -> Vec<LogicalRect>

Find the position of the element.

WARNING: this is not part of the public API

-
source

pub fn element_node_at_source_code_position( +

source

pub fn element_node_at_source_code_position( &self, path: &Path, offset: u32, ) -> Vec<(ElementRc, usize)>

Find the the element that was defined at the text position.

WARNING: this is not part of the public API

-

Trait Implementations§

source§

impl ComponentHandle for ComponentInstance

source§

fn as_weak(&self) -> Weak<Self>
where - Self: Sized,

Returns a new weak pointer.
source§

fn clone_strong(&self) -> Self

Returns a clone of this handle that’s a strong reference.
source§

fn show(&self) -> Result<(), PlatformError>

Convenience function for crate::Window::show(). +

Trait Implementations§

source§

impl ComponentHandle for ComponentInstance

source§

fn as_weak(&self) -> Weak<Self>
where + Self: Sized,

Returns a new weak pointer.
source§

fn clone_strong(&self) -> Self

Returns a clone of this handle that’s a strong reference.
source§

fn show(&self) -> Result<(), PlatformError>

Convenience function for crate::Window::show(). This shows the window on the screen and maintains an extra strong reference while the window is visible. To react to events from the windowing system, such as draw requests or mouse/touch input, it is still necessary to spin the event loop, -using crate::run_event_loop.
source§

fn hide(&self) -> Result<(), PlatformError>

Convenience function for crate::Window::hide(). +using crate::run_event_loop.
source§

fn hide(&self) -> Result<(), PlatformError>

Convenience function for crate::Window::hide(). Hides the window, so that it is not visible anymore. The additional strong reference -on the associated component, that was created when show() was called, is dropped.
source§

fn run(&self) -> Result<(), PlatformError>

This is a convenience function that first calls Self::show, followed by crate::run_event_loop() -and Self::hide.
source§

fn window(&self) -> &Window

Returns the Window associated with this component. The window API can be used +on the associated component, that was created when show() was called, is dropped.
source§

fn run(&self) -> Result<(), PlatformError>

This is a convenience function that first calls Self::show, followed by crate::run_event_loop() +and Self::hide.
source§

fn window(&self) -> &Window

Returns the Window associated with this component. The window API can be used to control different aspects of the integration into the windowing system, -such as the position on the screen.
source§

fn global<'a, T: Global<'a, Self>>(&'a self) -> T
where +such as the position on the screen.

source§

fn global<'a, T: Global<'a, Self>>(&'a self) -> T
where Self: Sized,

This function provides access to instances of global singletons exported in .slint. -See Global for an example how to export and access globals from .slint markup.
source§

impl From<ComponentInstance> for VRc<ItemTreeVTable, ErasedItemTreeBox>

source§

fn from(value: ComponentInstance) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for ComponentInstance

§

impl !RefUnwindSafe for ComponentInstance

§

impl !Send for ComponentInstance

§

impl !Sync for ComponentInstance

§

impl Unpin for ComponentInstance

§

impl !UnwindSafe for ComponentInstance

Blanket Implementations§

source§

impl<T> Any for T
where +See Global for an example how to export and access globals from .slint markup.

source§

impl From<ComponentInstance> for VRc<ItemTreeVTable, ErasedItemTreeBox>

source§

fn from(value: ComponentInstance) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for ComponentInstance

§

impl !RefUnwindSafe for ComponentInstance

§

impl !Send for ComponentInstance

§

impl !Sync for ComponentInstance

§

impl Unpin for ComponentInstance

§

impl !UnwindSafe for ComponentInstance

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Downcast for T
where diff --git a/snapshots/master/docs/rust/slint_interpreter/struct.Diagnostic.html b/snapshots/master/docs/rust/slint_interpreter/struct.Diagnostic.html index e20638d4d..ac9319f28 100644 --- a/snapshots/master/docs/rust/slint_interpreter/struct.Diagnostic.html +++ b/snapshots/master/docs/rust/slint_interpreter/struct.Diagnostic.html @@ -1,4 +1,4 @@ -Diagnostic in slint_interpreter - Rust

Struct slint_interpreter::JoinHandle

pub struct JoinHandle<T>(/* private fields */);
Expand description

The return value of the spawn_local() function

+

Struct slint_interpreter::JoinHandle

pub struct JoinHandle<T>(/* private fields */);
Expand description

The return value of the spawn_local() function

Can be used to abort the future, or to get the value from a different thread with .await

This trait implements future. Polling it after it finished or aborted may result in a panic.

Implementations§

§

impl<T> JoinHandle<T>

pub fn abort(self)

If the future hasn’t completed yet, this will make the event loop stop polling the corresponding future and it will be dropped

diff --git a/snapshots/master/docs/rust/slint_interpreter/struct.LoadImageError.html b/snapshots/master/docs/rust/slint_interpreter/struct.LoadImageError.html index ac03f2477..5746567f4 100644 --- a/snapshots/master/docs/rust/slint_interpreter/struct.LoadImageError.html +++ b/snapshots/master/docs/rust/slint_interpreter/struct.LoadImageError.html @@ -1,4 +1,4 @@ -LoadImageError in slint_interpreter - Rust

Struct slint_interpreter::Struct

source ·
pub struct Struct(/* private fields */);
Expand description

This type represents a runtime instance of structure in .slint.

+

Struct slint_interpreter::Struct

source ·
pub struct Struct(/* private fields */);
Expand description

This type represents a runtime instance of structure in .slint.

This can either be an instance of a name structure introduced with the struct keyword in the .slint file, or an anonymous struct written with the { key: value, } notation.

@@ -135,11 +135,11 @@ // get the properties of a `{ foo: 45, bar: true }` let s : Struct = value.try_into().unwrap(); assert_eq!(s.get_field("foo").cloned().unwrap().try_into(), Ok(45u32));
-

Implementations§

source§

impl Struct

source

pub fn get_field(&self, name: &str) -> Option<&Value>

Get the value for a given struct field

-
source

pub fn set_field(&mut self, name: String, value: Value)

Set the value of a given struct field

-
source

pub fn iter(&self) -> impl Iterator<Item = (&str, &Value)>

Iterate over all the fields in this struct

-

Trait Implementations§

source§

impl Clone for Struct

source§

fn clone(&self) -> Struct

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Struct

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Struct

source§

fn default() -> Struct

Returns the “default value” for a type. Read more
source§

impl From<Struct> for Value

source§

fn from(v: Struct) -> Self

Converts to this type from the input type.
source§

impl FromIterator<(String, Value)> for Struct

source§

fn from_iter<T: IntoIterator<Item = (String, Value)>>(iter: T) -> Self

Creates a value from an iterator. Read more
source§

impl PartialEq for Struct

source§

fn eq(&self, other: &Struct) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, -and should not be overridden without very good reason.
source§

impl TryFrom<Value> for Struct

§

type Error = Value

The type returned in the event of a conversion error.
source§

fn try_from(v: Value) -> Result<Struct, Self::Error>

Performs the conversion.
source§

impl StructuralPartialEq for Struct

Auto Trait Implementations§

§

impl Freeze for Struct

§

impl !RefUnwindSafe for Struct

§

impl !Send for Struct

§

impl !Sync for Struct

§

impl Unpin for Struct

§

impl !UnwindSafe for Struct

Blanket Implementations§

source§

impl<T> Any for T
where +

Implementations§

source§

impl Struct

source

pub fn get_field(&self, name: &str) -> Option<&Value>

Get the value for a given struct field

+
source

pub fn set_field(&mut self, name: String, value: Value)

Set the value of a given struct field

+
source

pub fn iter(&self) -> impl Iterator<Item = (&str, &Value)>

Iterate over all the fields in this struct

+

Trait Implementations§

source§

impl Clone for Struct

source§

fn clone(&self) -> Struct

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Struct

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Struct

source§

fn default() -> Struct

Returns the “default value” for a type. Read more
source§

impl From<Struct> for Value

source§

fn from(v: Struct) -> Self

Converts to this type from the input type.
source§

impl FromIterator<(String, Value)> for Struct

source§

fn from_iter<T: IntoIterator<Item = (String, Value)>>(iter: T) -> Self

Creates a value from an iterator. Read more
source§

impl PartialEq for Struct

source§

fn eq(&self, other: &Struct) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, +and should not be overridden without very good reason.
source§

impl TryFrom<Value> for Struct

§

type Error = Value

The type returned in the event of a conversion error.
source§

fn try_from(v: Value) -> Result<Struct, Self::Error>

Performs the conversion.
source§

impl StructuralPartialEq for Struct

Auto Trait Implementations§

§

impl Freeze for Struct

§

impl !RefUnwindSafe for Struct

§

impl !Send for Struct

§

impl !Sync for Struct

§

impl Unpin for Struct

§

impl !UnwindSafe for Struct

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where diff --git a/snapshots/master/docs/rust/slint_interpreter/struct.Weak.html b/snapshots/master/docs/rust/slint_interpreter/struct.Weak.html index 0ebabdeca..a6b4d0e79 100644 --- a/snapshots/master/docs/rust/slint_interpreter/struct.Weak.html +++ b/snapshots/master/docs/rust/slint_interpreter/struct.Weak.html @@ -1,4 +1,4 @@ -Weak in slint_interpreter - Rust

Function slint_interpreter::testing::send_keyboard_char

source ·
pub fn send_keyboard_char(
+

Function slint_interpreter::testing::send_keyboard_char

source ·
pub fn send_keyboard_char(
     comp: &ComponentInstance,
     string: SharedString,
     pressed: bool,
diff --git a/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_keyboard_string_sequence.html b/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_keyboard_string_sequence.html
index 84129f2c3..f08b6eb7b 100644
--- a/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_keyboard_string_sequence.html
+++ b/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_keyboard_string_sequence.html
@@ -1,4 +1,4 @@
-send_keyboard_string_sequence in slint_interpreter::testing - Rust
pub fn send_keyboard_string_sequence(
+
pub fn send_keyboard_string_sequence(
     comp: &ComponentInstance,
     string: SharedString,
 )
Expand description

Wrapper around [i_slint_core::tests::send_keyboard_string_sequence]

diff --git a/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_mouse_click.html b/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_mouse_click.html index 007750709..f3d06d1d5 100644 --- a/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_mouse_click.html +++ b/snapshots/master/docs/rust/slint_interpreter/testing/fn.send_mouse_click.html @@ -1,4 +1,4 @@ -send_mouse_click in slint_interpreter::testing - Rust

Function slint_interpreter::testing::send_mouse_click

source ·
pub fn send_mouse_click(comp: &ComponentInstance, x: f32, y: f32)
Expand description

Wrapper around [i_slint_core::tests::slint_send_mouse_click]

+

Function slint_interpreter::testing::send_mouse_click

source ·
pub fn send_mouse_click(comp: &ComponentInstance, x: f32, y: f32)
Expand description

Wrapper around [i_slint_core::tests::slint_send_mouse_click]

\ No newline at end of file diff --git a/snapshots/master/docs/rust/slint_interpreter/testing/index.html b/snapshots/master/docs/rust/slint_interpreter/testing/index.html index 9e7c96903..c39aaff7f 100644 --- a/snapshots/master/docs/rust/slint_interpreter/testing/index.html +++ b/snapshots/master/docs/rust/slint_interpreter/testing/index.html @@ -1,4 +1,4 @@ -slint_interpreter::testing - Rust

Module slint_interpreter::testing

source ·
Expand description

This module contains a few functions used by the tests

+

Module slint_interpreter::testing

source ·
Expand description

This module contains a few functions used by the tests

Functions§

\ No newline at end of file diff --git a/snapshots/master/docs/rust/slint_interpreter/trait.ComponentHandle.html b/snapshots/master/docs/rust/slint_interpreter/trait.ComponentHandle.html index 5fb8e89a2..330588e76 100644 --- a/snapshots/master/docs/rust/slint_interpreter/trait.ComponentHandle.html +++ b/snapshots/master/docs/rust/slint_interpreter/trait.ComponentHandle.html @@ -1,4 +1,4 @@ -ComponentHandle in slint_interpreter - Rust