1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+11-1
- .github/workflows/linux.yml+1-59
- .github/workflows/linux_arch.yml+111
- .github/workflows/linux_arm.yml+20-40
- .github/workflows/linux_redhat.yml+113
- .github/workflows/macos.yml+1-1
- .github/workflows/windows.yml+5-5
- .github/workflows/zig.yml+1-1
- .gitignore+13
- CMakeLists.txt+94-13
- GNUmakefile+24-6
- LICENSE+1-1
- Makefile+8-3
- README.md+139-35
- bridge/.gitignore+1-1
- bridge/README.md+1-1
- bridge/build.bat+1-17
- bridge/build.ps1-71
- bridge/build.sh+6-22
- bridge/js2c.js+43
- bridge/js2c.py-64
- bridge/utils.ts+1-1
- bridge/webui.ts+188-22
- bridge/webui_bridge.h+1.7k-1.3k
- build.cmake.sh+9
- build.zig+39-13
- build.zig.zon+3-2
- conanfile.py+33
- examples/C++/call_cpp_from_js/GNUmakefile+6-9
- examples/C++/call_js_from_cpp/GNUmakefile+6-9
- examples/C++/minimal/GNUmakefile+6-9
- examples/C++/serve_a_folder/GNUmakefile+6-9
- examples/C++/virtual_file_system/GNUmakefile+32-50
- examples/C++/virtual_file_system/Makefile+63
- examples/C++/virtual_file_system/main.cpp+47
- examples/C++/virtual_file_system/ui/index.html+135
- examples/C++/virtual_file_system/ui/sub/index.html+64
- examples/C++/virtual_file_system/ui/svg/webui.svg+1
- examples/C++/virtual_file_system/vfs.h+95
- examples/C++/virtual_file_system/vfs.py+122
- examples/C/call_c_from_js/GNUmakefile+6-9
- examples/C/call_js_from_c/GNUmakefile+6-9
- examples/C/chatgpt_api/GNUmakefile+138
- examples/C/chatgpt_api/Makefile+64
- examples/C/chatgpt_api/main.c+98
- examples/C/custom_web_server/GNUmakefile+6-9
- examples/C/frameless/GNUmakefile+138
- examples/C/frameless/Makefile+64
- examples/C/frameless/main.c+130
- examples/C/frameless/webui_frameless.png
- examples/C/frameless/webui_frameless_linux.png
- examples/C/minimal/GNUmakefile+6-9
- examples/C/public_network_access/GNUmakefile+6-9
- examples/C/public_network_access/main.c+18-8
- examples/C/react/GNUmakefile+6-9
- examples/C/serve_a_folder/GNUmakefile+6-9
- examples/C/text-editor/GNUmakefile+6-9
- examples/C/text-editor/ui/index.html+1-1
- examples/C/virtual_file_system/GNUmakefile+6-9
- examples/C/virtual_file_system/vfs.h+10-3
- examples/C/virtual_file_system/vfs.py+10-5
- examples/C/web_app_multi_client/GNUmakefile+6-9
- include/webui.h+209-5
- include/webui.hpp+50-2
- src/civetweb/civetweb.c+1
- src/civetweb/civetweb.h+1-1
- src/webui.c+2.6k-1.5k
- src/webview/win32_wv2.cpp+458
- src/webview/win32_wv2.hpp+57
- src/webview/wkwebview.m+148-33
- tests/call_c_from_js.c-113
- tests/fail_test.c-30
- vcpkg.json+30
0 commit comments