···115115 const io = init.io;
116116 const allocator = init.gpa;
117117118118- var app = try vxfw.App.init(io, allocator, init.environ_map);
118118+ var app: vxfw.App = undefined;
119119+ try app.init(io, allocator, init.environ_map);
119120 defer app.deinit();
120121121122 // We heap allocate our model because we will require a stable pointer to it in our Button