put FILE in core:c and use that in bindings to fix wasm

This commit is contained in:
Laytan Laats
2025-01-27 19:00:04 +01:00
parent f918bc9f50
commit 34aa326d99
4 changed files with 6 additions and 4 deletions
+2
View File
@@ -114,3 +114,5 @@ CHAR_BIT :: 8
va_list :: struct #align(16) {
_: [4096]u8,
}
FILE :: struct {}