Still trying to fix only working at -O0

This commit is contained in:
msqr1
2024-03-10 00:56:41 -08:00
parent 05f14c3671
commit 9a40cdaa7f
9 changed files with 10659 additions and 4696 deletions

View File

@@ -2,5 +2,10 @@
<html>
<head>
<script src="Vosklet.js"></script>
<script>
window.onload = async () => {
window.module = await loadVosklet();
}
</script>
</head>
</html>