scheduling in a worker, draft

This commit is contained in:
Felix Roos 2024-03-21 13:27:53 +01:00
parent 4511732252
commit 0565558e21
7 changed files with 677 additions and 20 deletions

View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Worker REPL</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/main.js"></script>
<p>click somewhere...</p>
</body>
</html>