filepath.Join uses OS-specific separators (backslash on Windows), but embed.FS always uses forward slashes. This caused schema file lookups to fail during Wails binding generation on Windows.
filepath.Join uses OS-specific separators (backslash on Windows), but embed.FS always uses forward slashes. This caused schema file lookups to fail during Wails binding generation on Windows.