Skip to content

Commit

Permalink
blendshape demo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Sep 21, 2023
1 parent c1784eb commit 06c1ad3
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,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__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0a9754eb92e7c8d0: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7a5dcd0ddb795e82: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h58a0efb9cadf6d04: (a: number, b: number, c: number, d: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__had811b9395c758aa: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h07da62375f5ebd4d: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h258452858e7e77cb: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h688fee9dc1fe28de: (a: number, b: number, c: number, d: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc53727bfec4ff991: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf90df72b95cb31fc: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8f1f0859adbe0574: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc572c7b0d5883842: (a: number, b: number, c: number) => void;
Expand Down
62 changes: 31 additions & 31 deletions src/.vuepress/public/assets/demo/blendshape/pkg/executor_wasm.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,19 +215,19 @@ function makeMutClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_32(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0a9754eb92e7c8d0(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h07da62375f5ebd4d(arg0, arg1, addHeapObject(arg2));
}

function __wbg_adapter_41(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7a5dcd0ddb795e82(arg0, arg1);
function __wbg_adapter_43(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h258452858e7e77cb(arg0, arg1);
}

function __wbg_adapter_48(arg0, arg1, arg2, arg3) {
wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h58a0efb9cadf6d04(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm._dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h688fee9dc1fe28de(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

function __wbg_adapter_53(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__had811b9395c758aa(arg0, arg1);
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc53727bfec4ff991(arg0, arg1);
}

function __wbg_adapter_56(arg0, arg1, arg2) {
Expand Down Expand Up @@ -1552,56 +1552,56 @@ function __wbg_get_imports() {
const ret = wasm.memory;
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1438 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_32);
imports.wbg.__wbindgen_closure_wrapper4952 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_32);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1439 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_32);
imports.wbg.__wbindgen_closure_wrapper4953 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_32);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1440 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_32);
imports.wbg.__wbindgen_closure_wrapper4954 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_32);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1441 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_32);
imports.wbg.__wbindgen_closure_wrapper4955 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_32);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1442 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_41);
imports.wbg.__wbindgen_closure_wrapper4956 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_32);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1443 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_32);
imports.wbg.__wbindgen_closure_wrapper4957 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_43);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1444 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_32);
imports.wbg.__wbindgen_closure_wrapper4958 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_32);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1445 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_48);
imports.wbg.__wbindgen_closure_wrapper4959 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_48);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper1446 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 738, __wbg_adapter_32);
imports.wbg.__wbindgen_closure_wrapper4964 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 5708, __wbg_adapter_32);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper16301 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 11674, __wbg_adapter_53);
imports.wbg.__wbindgen_closure_wrapper16260 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 11745, __wbg_adapter_53);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper18020 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 12327, __wbg_adapter_56);
imports.wbg.__wbindgen_closure_wrapper18139 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 12529, __wbg_adapter_56);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper18021 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 12327, __wbg_adapter_59);
imports.wbg.__wbindgen_closure_wrapper18140 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 12529, __wbg_adapter_59);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper18097 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 12357, __wbg_adapter_62);
imports.wbg.__wbindgen_closure_wrapper18216 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 12559, __wbg_adapter_62);
return addHeapObject(ret);
};

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ 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__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0a9754eb92e7c8d0(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7a5dcd0ddb795e82(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h58a0efb9cadf6d04(a: number, b: number, c: number, d: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__had811b9395c758aa(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h07da62375f5ebd4d(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h258452858e7e77cb(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h688fee9dc1fe28de(a: number, b: number, c: number, d: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc53727bfec4ff991(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf90df72b95cb31fc(a: number, b: number, c: number): void;
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8f1f0859adbe0574(a: number, b: number): void;
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc572c7b0d5883842(a: number, b: number, c: number): void;
Expand Down

0 comments on commit 06c1ad3

Please sign in to comment.