get: upgrade jsruntime API changes

This commit is contained in:
Pierre Tachoire
2024-01-10 18:09:02 +01:00
parent 647fbc6ced
commit 3a3da494dc
2 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,10 @@
const std = @import("std");
const Browser = @import("browser/browser.zig").Browser;
const jsruntime = @import("jsruntime");
const apiweb = @import("apiweb.zig");
pub const Types = jsruntime.reflect(apiweb.Interfaces);
pub const std_options = struct {
pub const log_level = .debug;
};