Skip to content

Commit 8272beb

Browse files
committed
Fairy bridge demo
This shows off a potential viaduct replacement that uses new UniFFI features. Check out `components/fairy-bridge/README.md` and `examples/fairy-bridge-demo/README.md` for details. Execute `examples/fairy-bridge-demo/run-demo.py` to test it out yourself. The UniFFI features are still a WIP. This is currently using a branch in my repo. The current plan for getting these into UniFFI main is: - Get the `0.26.0` release out the door - Merge PR #1818 into `main` - Merge my `async-trait-interfaces` branch into main (probably using a few smaller PRs) There is a C++ backend using libcurl. I think that necko shouldn't be any harder than this.
1 parent e453d4b commit 8272beb

File tree

20 files changed

+1498
-62
lines changed

20 files changed

+1498
-62
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ commands:
107107
- run: sudo apt-get install python tcl
108108
- run: sudo apt-get install python3-venv
109109
- run: sudo apt-get install libclang-dev
110+
- run: sudo apt-get install libssl-dev
110111
- run:
111112
name: Install NSS build system dependencies
112113
command: sudo apt-get install ninja-build gyp zlib1g-dev pip

0 commit comments

Comments
 (0)