Merge branch 'main' into debugging-client

This commit is contained in:
MihailRis
2025-11-16 19:20:42 +03:00
18 changed files with 537 additions and 5 deletions
+9
View File
@@ -164,3 +164,12 @@ app.focus()
```
Brings the window to front and sets input focus.
```lua
app.create_memory_device(
-- entry-point name
name: str
)
```
Creates an in-memory filesystem.