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,11 +3,11 @@ const std = @import("std");
const jsruntime = @import("jsruntime");
const parser = @import("netsurf.zig");
const DOM = @import("dom.zig");
const apiweb = @import("apiweb.zig");
const html_test = @import("html_test.zig").html;
pub const Types = jsruntime.reflect(DOM.Interfaces);
pub const Types = jsruntime.reflect(apiweb.Interfaces);
var doc: *parser.DocumentHTML = undefined;