mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
Update jsruntime
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -66,7 +66,7 @@ const FileLoader = struct {
|
||||
pub fn main() !void {
|
||||
|
||||
// generate APIs
|
||||
const apis = comptime try jsruntime.compile(DOM.Interfaces);
|
||||
const apis = comptime jsruntime.compile(DOM.Interfaces);
|
||||
|
||||
std.debug.print("Running WPT test suite\n", .{});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user