File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,8 +140,7 @@ You may still encounter errors or crashes. Please open an issue with specifics i
140140
141141Here are the key features we have implemented:
142142
143- - [x] HTTP loader
144- - [x] HTTP loader
143+ - [x] HTTP loader (based on Libcurl)
145144- [x] HTML parser and DOM tree (based on Netsurf libs)
146145- [x] Javascript support (v8)
147146- [x] DOM APIs
@@ -170,6 +169,7 @@ install it with the right version in order to build the project.
170169
171170Lightpanda also depends on
172171[ zig-js-runtime] ( https://github.com/lightpanda-io/zig-js-runtime/ ) (with v8),
172+ [ Libcurl] ( https://curl.se/libcurl/ ) ,
173173[ Netsurf libs] ( https://www.netsurf-browser.org/ ) and
174174[ Mimalloc] ( https://microsoft.github.io/mimalloc ) .
175175
You can’t perform that action at this time.
0 commit comments