add nav web api

This commit is contained in:
Pierre Tachoire
2023-12-15 17:25:23 +01:00
parent edadc92ec8
commit b53d4a149c
7 changed files with 59 additions and 8 deletions

View File

@@ -3,9 +3,9 @@ const std = @import("std");
const jsruntime = @import("jsruntime");
const parser = @import("netsurf.zig");
const DOM = @import("dom.zig");
const apiweb = @import("apiweb.zig");
pub const Types = jsruntime.reflect(DOM.Interfaces);
pub const Types = jsruntime.reflect(apiweb.Interfaces);
const socket_path = "/tmp/browsercore-server.sock";