wasm object interaction test

This commit is contained in:
2026-08-20 00:20:02 +02:00
parent 63c19c3baa
commit c6e8849b28
6 changed files with 41 additions and 3 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
<title>WASM Demo</title>
</head>
<body>
<button id="my-button">Do greet</button>
<button id="my-button">Test Solver</button>
<textarea id="out"></textarea>
<script type="module" src="/src/main.ts"></script>
</body>