diff --git a/src/games/playground/awoo.wasm.ts b/src/games/playground/awoo.wasm.ts deleted file mode 100644 index 7b6cc4f..0000000 --- a/src/games/playground/awoo.wasm.ts +++ /dev/null @@ -1,7 +0,0 @@ -export function awoo(a: i32, b: i32): void { - console.log((a * b).toString()); -} - -export function testTemplate(a: i32, f: f64): string { - return `${a} + ${f} = ${a + f}`; -} \ No newline at end of file diff --git a/src/games/playground/index.tsx b/src/games/playground/index.tsx index 06f7225..5bc7cd7 100644 --- a/src/games/playground/index.tsx +++ b/src/games/playground/index.tsx @@ -1,10 +1,7 @@ -import { awoo, testTemplate } from "./awoo.wasm"; import { render } from "preact"; import attack from './assets/attack.wav'; export default function main() { - awoo(42, 69); - console.log(testTemplate(420, 69)); render(