cjit update

This commit is contained in:
2026-01-20 21:40:47 +01:00
parent fa42b20136
commit eb3c3814ec
8 changed files with 576 additions and 85 deletions

View File

@@ -6,7 +6,7 @@ fn add(a: i32, b: i32) callconv(cjit.call) i32 {
}
test {
var rt: cjit.Runtime = .init(std.testing.allocator);
var rt: cjit.Runtime = try .init(std.testing.allocator);
defer rt.deinit();
try rt.compile(