Initial commit

This commit is contained in:
ktkk 2026-06-18 15:34:59 +00:00
commit f12d41e580
9 changed files with 1953 additions and 0 deletions

13
build.zig.zon Normal file
View file

@ -0,0 +1,13 @@
.{
.name = .zig_jvm,
.version = "0.0.0",
.fingerprint = 0x4dd537434033c2ad, // Changing this has security and trust implications.
.minimum_zig_version = "0.14.0-dev.3462+edabcf619",
.dependencies = .{
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}