Files
turso/bindings/wasm/html/limbo-test.html
Elijah Morgan d51ca2150c Cleanup logging, move html files
General cleanup of cruft, deleted dead code, moved html files to clean
up dir.
2025-01-03 14:38:34 -05:00

12 lines
162 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Limbo Test</title>
</head>
<body>
<script type="module">
window.Worker = Worker;
</script>
</body>
</html>