1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/BUG_REPORT.md-36
- .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md-23
- .github/workflows/linux.yml+39-39
- .github/workflows/linux_arm.yml+2-1
- .github/workflows/macos.yml+6-3
- .github/workflows/zig.yml+5-5
- CMakeLists.txt+33-51
- GNUmakefile+31-18
- Makefile+2-2
- README.md+2-1
- bridge/build.bat+1-1
- bridge/build.ps1+1-1
- bridge/js2c.py+13-13
- bridge/webui.ts+46-25
- bridge/webui_bridge.h+1.0k-944
- build.zig+122-59
- build.zig.zon+10-2
- examples/C++/call_cpp_from_js/GNUmakefile+32-21
- examples/C++/call_cpp_from_js/Makefile+4-4
- examples/C++/call_cpp_from_js/main.cpp+43-43
- examples/C++/call_js_from_cpp/GNUmakefile+32-21
- examples/C++/call_js_from_cpp/Makefile+4-4
- examples/C++/call_js_from_cpp/main.cpp+46-46
- examples/C++/minimal/GNUmakefile+32-21
- examples/C++/minimal/Makefile+4-4
- examples/C++/serve_a_folder/GNUmakefile+32-21
- examples/C++/serve_a_folder/Makefile+4-4
- examples/C/call_c_from_js/GNUmakefile+1-1
- examples/C/call_js_from_c/GNUmakefile+1-1
- examples/C/custom_web_server/GNUmakefile+1-1
- examples/C/minimal/GNUmakefile+1-1
- examples/C/public_network_access/GNUmakefile+1-1
- examples/C/react/GNUmakefile+141
- examples/C/react/Makefile+64
- examples/C/react/README.md+22
- examples/C/react/build_react.bat+19
- examples/C/react/build_react.sh+19
- examples/C/react/main.c+59
- examples/C/react/vfs.h+142
- examples/C/react/vfs.py+117
- examples/C/react/webui-react-example/.gitignore+23
- examples/C/react/webui-react-example/package-lock.json+19.0k
- examples/C/react/webui-react-example/package.json+38
- examples/C/react/webui-react-example/public/favicon.ico
- examples/C/react/webui-react-example/public/index.html+47
- examples/C/react/webui-react-example/public/logo192.png
- examples/C/react/webui-react-example/public/logo512.png
- examples/C/react/webui-react-example/public/manifest.json+25
- examples/C/react/webui-react-example/public/robots.txt+3
- examples/C/react/webui-react-example/src/App.css+38
- examples/C/react/webui-react-example/src/App.js+75
- examples/C/react/webui-react-example/src/App.test.js+8
- examples/C/react/webui-react-example/src/index.css+16
- examples/C/react/webui-react-example/src/index.js+17
- examples/C/react/webui-react-example/src/logo.svg+1
- examples/C/react/webui-react-example/src/reportWebVitals.js+13
- examples/C/react/webui-react-example/src/setupTests.js+5
- examples/C/react/webui_react.png
- examples/C/serve_a_folder/GNUmakefile+1-1
- examples/C/text-editor/GNUmakefile+1-1
- examples/C/virtual_file_system/GNUmakefile+1-1
- examples/C/web_app_multi_client/GNUmakefile+1-1
- include/webui.h+137-6
- include/webui.hpp+385-199
- src/civetweb/README.md+1-16
- src/civetweb/civetweb.c+244-40
- src/civetweb/civetweb.h+1-1
- src/civetweb/handle_form.inl+75-39
- src/civetweb/match.inl+262-262
- src/webui.c+778-306
- src/webview/wkwebview.m+12-12
- tests/GNUmakefile+1-1
0 commit comments