v0.8.0 wasm client added, cli client and makefile updated

This commit is contained in:
2025-11-14 05:57:37 -05:00
parent 2a2e82a162
commit ef60cfaac5
22 changed files with 1073 additions and 36 deletions

View File

@ -0,0 +1,17 @@
:root {
--host-bg: #11111b;
--host-surface: #1a1b26;
}
body {
margin: 0;
padding: 0;
background: var(--host-bg);
overflow: hidden;
font-family: monospace;
}
#terminal {
width: 100vw;
height: 100vh;
}