@almighty-shogun/webkit-native-bridge
v1.20.1
Published
Type-safe request/response bridge for communicating between JavaScript and native C++ applications embedded in WebKit.
Downloads
434
Readme
WebKit Native Bridge
Type-safe request/response bridge for communicating between JavaScript and native C++ applications embedded in WebKit.
📃 Prerequisites
- Bun: >= 1.3.10
📦 Building
- Use the command
bun installin the root directory to install the required dependencies. - Run
bun --cwd packages/webkit-native-bridge buildto build the package.
