Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Succinctly encode `PullRequest` and `PushResponse` * feat: Write `car-mirror-axum` crate * refactor: Move car-mirror-reqwest integration test into doctest * fix: PullRequest/PushResponse dagcbor roundtripping * chore: Add necessary features * feat: Write car-mirror-wasm crate & playwright tests * feat: Serve both HTTP + HTTPS with self signed certs * refactor: Disable crate for non-wasm in a different way * feat: Auto-detect whether to use streaming or not * chore: Run tests for both HTTP and HTTPS * feat: Run playwright tests in github actions * fix: Don't require confirmation on cargo binstall command * fix: correct playwright action commands * fix: Cache JS deps & setup wasm32 target in action * chore: Try some stuf * chore: Fix lints * fix: Support webkit that doesn't have BYOBReader support * chore: fmt * fix: Reintroduce `car_mirror_axum::serve` * chore: Run reqwest axum integration with coverage * chore: Test more lines in `messages.rs`: `indicates_finished` * chore: Write `car-mirror-axum` documentation * fix: Pin version of wasm-bindgen in CI * feat: Switch to `playwright-test` as test runner * chore: Remove unused `example` crate + update wasm version
- Loading branch information