Author here. The browser is made from scratch (not based on Chromium/Webkit), in Zig, using v8 as a JS engine and Netsurf HTML5 parser.
It's a work in progress, there are hundreds of Web APIs, and for now we just support some of them. So expect most websites to fail or crash. The plan is to increase coverage over time.
Author here. The browser is made from scratch (not based on Chromium/Webkit), in Zig, using v8 as a JS engine and Netsurf HTML5 parser.
It's a work in progress, there are hundreds of Web APIs, and for now we just support some of them. So expect most websites to fail or crash. The plan is to increase coverage over time.
Happy to answer any questions.