blob: f2cce4cd482fe5561eff0c4725c3e511a0bfda3e (
plain)
1
2
3
4
5
6
7
8
|
//! 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());
}
|