Skip to content

Commit

Permalink
Update tetris game
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Jan 22, 2024
1 parent 0dd38f7 commit 4dde848
Show file tree
Hide file tree
Showing 4 changed files with 879 additions and 834 deletions.
20 changes: 10 additions & 10 deletions content/games/tetris/tetris.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ export interface InitOutput {
readonly wgpu_render_bundle_set_index_buffer: (a: number, b: number, c: number, d: number, e: number) => void;
readonly wgpu_render_bundle_pop_debug_group: (a: number) => void;
readonly wgpu_render_bundle_insert_debug_marker: (a: number, b: number) => void;
readonly wgpu_render_pass_set_index_buffer: (a: number, b: number, c: number, d: number, e: number) => void;
readonly wgpu_render_bundle_push_debug_group: (a: number, b: number) => void;
readonly __wbindgen_malloc: (a: number) => number;
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
readonly wgpu_render_pass_set_index_buffer: (a: number, b: number, c: number, d: number, e: number) => void;
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_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5c8180b1aa29bac8: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0e48172bf97e2040: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf821dc3e5387be2: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc4301f187e2a3529: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3cf79b1e65b149c1: (a: number, b: number, c: number) => void;
readonly __wbindgen_free: (a: number, b: number) => void;
readonly wasm_bindgen__convert__closures__invoke1_mut__h705ef7b187927b67: (a: number, b: number, c: number) => void;
readonly wasm_bindgen__convert__closures__invoke0_mut__hdc10a83546a23e59: (a: number, b: number) => void;
readonly wasm_bindgen__convert__closures__invoke1_mut__h0986bd4fc96da817: (a: number, b: number, c: number) => void;
readonly wasm_bindgen__convert__closures__invoke0_mut__head1ac2f28bbfbdf: (a: number, b: number) => void;
readonly wasm_bindgen__convert__closures__invoke1_mut__h121d5c61a9bf67e8: (a: number, b: number, c: number) => void;
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
readonly __wbindgen_exn_store: (a: number) => void;
readonly __wbindgen_start: () => void;
}
Expand All @@ -85,4 +85,4 @@ export function initSync(module: SyncInitInput): InitOutput;
*
* @returns {Promise<InitOutput>}
*/
export default function init (module_or_path?: InitInput | Promise<InitInput>): Promise<InitOutput>;
export default function __wbg_init (module_or_path?: InitInput | Promise<InitInput>): Promise<InitOutput>;
Loading

0 comments on commit 4dde848

Please sign in to comment.