super duper hacky shit

This commit is contained in:
Gregor Lohaus
2026-05-28 23:52:23 +02:00
parent 2816d99ce4
commit f75b8c29e0
3 changed files with 20 additions and 0 deletions

1
.codexsession Normal file
View File

@@ -0,0 +1 @@
019e6999-b7c8-7591-a8aa-ea51b89a7f7e

2
TODOS.md Normal file
View File

@@ -0,0 +1,2 @@
jlibghostty - why downcall metadata not propagated ?
jlibghostty - how need to change flake so consuming flakes dont have to depend on same ghostty flake ?

View File

@@ -213,6 +213,23 @@
"int", "int",
"void*" "void*"
] ]
},
{
"returnType": "void",
"parameterTypes": [
"void*",
"void*"
]
},
{
"returnType": "int",
"parameterTypes": [
"void*",
"void*",
"void*",
"size_t",
"void*"
]
} }
] ]
} }