1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-03 04:29:33 +00:00
8bitworkshop/src/audio/testz80worker.html
2017-04-04 09:01:59 -04:00

5 lines
86 B
HTML

<script>
var worker = new Worker("./z80worker.js");
worker.postMessage({});
</script>