From 1513ca1a19d4758b3c166ac14040d5d3f7193218 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 19 Jan 2026 03:17:52 +0900 Subject: allow query to return multiple values --- src/jq.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jq.zig') diff --git a/src/jq.zig b/src/jq.zig index cf0606b..cf29e78 100644 --- a/src/jq.zig +++ b/src/jq.zig @@ -13,4 +13,4 @@ pub const Instr = @import("./jq/compile.zig").Instr; pub const compile = @import("./jq/compile.zig").compile; pub const ExecuteError = @import("./jq/execute.zig").ExecuteError; -pub const execute = @import("./jq/execute.zig").execute; +pub const Runtime = @import("./jq/execute.zig").Runtime; -- cgit v1.3-1-g0d28