first version with uw8loader

This commit is contained in:
2021-11-02 00:04:19 +01:00
parent ddc9a70006
commit a39226b908
5 changed files with 58 additions and 9 deletions

View File

@@ -5,7 +5,8 @@
<title>MicroW8</title>
</head>
<body>
<canvas id="screen" width="320" height="256" />
<canvas id="screen" width="320" height="256"></canvas>
<div id="message"></div>
<script type="module">
import "./main.js";
</script>