openpencil/crates/op-host-web
Fini c529f726b4 fix(web): match handle_init's generic signature in the source-split test
handle_init<C: RepaintContext + 'static> never matches a split on
"fn handle_init(", so the test silently found nothing to assert against.
Split on the bare name instead.
2026-07-19 19:30:35 +08:00
..
assets/canvaskit fix(web): use browser fonts in canvaskit shell 2026-06-19 02:39:34 +08:00
pkg-ck fix(web): expand browser font fallback stack 2026-06-19 07:30:34 +08:00
pkg-webgl refactor(renderer): consolidate web shell on CanvasKit, retire skia path 2026-06-18 09:34:37 +08:00
smoke test(web): add rust web browser smoke 2026-06-20 19:24:59 +08:00
src feat(renderer): adopt responsive-capable jian and adapt hosts 2026-07-19 02:27:09 +08:00
tests fix(web): match handle_init's generic signature in the source-split test 2026-07-19 19:30:35 +08:00
.gitignore
Cargo.toml feat(web): postMessage bridge with token bootstrap and conflict resolution 2026-07-17 01:06:14 +08:00