Update jsruntime

Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
Francis Bouvier
2023-11-21 12:04:01 +01:00
parent fbd92ed1d8
commit c751b5f420
5 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ fn execJS(
pub fn main() !void {
// generate APIs
const apis = try jsruntime.compile(DOM.Interfaces);
const apis = comptime jsruntime.compile(DOM.Interfaces);
// allocator
var gpa = std.heap.GeneralPurposeAllocator(.{}){};