Skip to content

Commit

Permalink
fixed crash in blend shape demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Jan 11, 2024
1 parent cd4a759 commit eaa4758
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 593 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ 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__h46d38fe599ccb1d3: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf2f9da155f3571f0: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A_B___Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3fe1ebcb69f78602: (a: number, b: number, c: number, d: number) => void;
readonly wasm_bindgen__convert__closures__invoke0_mut__he4edf936872d1739: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h04543baf73d4022b: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc4bf450b62111483: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2b3084174d154eab: (a: number, b: number, c: number) => void;
readonly wasm_bindgen__convert__closures__invoke1_mut__h36c934494f0787ef: (a: number, b: number, c: number) => void;
readonly wasm_bindgen__convert__closures__invoke0_mut__hbb02db5bcd72020d: (a: number, b: number) => void;
readonly wasm_bindgen__convert__closures__invoke2_mut__h24d5c848894a6c81: (a: number, b: number, c: number, d: number) => void;
readonly wasm_bindgen__convert__closures__invoke0_mut__hae2a065c66a4edc6: (a: number, b: number) => void;
readonly wasm_bindgen__convert__closures__invoke1_mut__h33955bf7896ed2fe: (a: number, b: number, c: number) => void;
readonly wasm_bindgen__convert__closures__invoke0_mut__h9674100f79113a91: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcfd4102a4a98b855: (a: number, b: number, c: number) => void;
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
readonly __wbindgen_exn_store: (a: number) => void;
}
Expand Down
Loading

0 comments on commit eaa4758

Please sign in to comment.