2 files changed
+5
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
9 |
| - | |
| 12 | + | |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
|
- .github/workflows/ci.yml+8-1
- .github/workflows/linux.yml+27-8
- .github/workflows/macos.yml+26-8
- .github/workflows/windows.yml+38-19
- .github/workflows/zig.yml+36
- GNUmakefile+20-5
- LICENSE+1-1
- Makefile+1-1
- README.md+18-7
- bridge/build.ps1+8-1
- bridge/build.sh+1-1
- bridge/js2c.py+1-1
- bridge/utils.ts+1-1
- bridge/webui_bridge.h+1.5k-1.5k
- bridge/webui_bridge.ts+28-4
- build.zig+155
- build.zig.zon+6
- examples/C/call_c_from_js/GNUmakefile+6-7
- examples/C/call_c_from_js/Makefile+4-4
- examples/C/call_c_from_js/main.c+9-2
- examples/C/call_js_from_c/GNUmakefile+6-7
- examples/C/call_js_from_c/Makefile+4-4
- examples/C/custom_web_server/GNUmakefile+6-7
- examples/C/custom_web_server/Makefile+4-4
- examples/C/minimal/GNUmakefile+6-7
- examples/C/minimal/Makefile+4-4
- examples/C/public_network_access/GNUmakefile+6-7
- examples/C/public_network_access/Makefile+4-4
- examples/C/serve_a_folder/GNUmakefile+6-7
- examples/C/serve_a_folder/Makefile+4-4
- examples/C/serve_a_folder/index.html+14
- examples/C/text-editor/GNUmakefile+6-7
- examples/C/text-editor/Makefile+4-4
- examples/C/text-editor/ui/css/all.min.css+1-1
- examples/C/text-editor/ui/index.html+1-1
- include/webui.h+109-8
- include/webui.hpp+18-9
- src/civetweb/civetweb.c+189-111
- src/civetweb/civetweb.h+1-1
- src/webui.c+2.7k-687
- src/webview/EventToken.h+69
- src/webview/WebView2.h+52.0k
- src/webview/wkwebview.m+409
0 commit comments