//! Implementation of the frontend contains mainly javascript files //! which will be embedded right into the ELF file to improve deployment. const std = @import("std"); test { _ = std.testing.refAllDecls(@This()); }