web: Secondary utils and helpers

This commit is contained in:
2026-03-06 13:17:27 +01:00
parent 2e97aef842
commit f02ece22fa
9 changed files with 781 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"files.exclude": {
"**/.zig-cache": true,
},
"files.associations": {
"**/*.{c,h}": "c",
},
}