bundle mq.js along with the code

This commit is contained in:
cool-mist
2025-08-22 20:18:43 +05:30
parent ab0c333935
commit 3a3c681899
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
</head>
<body>
<canvas id="glcanvas" tabindex='1'></canvas>
<script src="https://not-fl3.github.io/miniquad-samples/mq_js_bundle.js"></script>
<script src="./mq.js"></script>
<script>load("sol_chess.wasm");</script> <!-- Your compiled WASM binary -->
</body>
</html>