docs: rebuild README around the user workflow

This commit is contained in:
NuklearRabbit
2026-07-27 14:23:47 +02:00
parent 24dde9a031
commit 82c335ed2b
8 changed files with 122 additions and 317 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ test("every renderer bridge call is exposed by the preload contract", async () =
),
);
const exposed = new Set(
[...preload.matchAll(/^\s{2}([A-Za-z0-9_]+):/gm)].map((match) => match[1]),
[...preload.matchAll(/^\s+([A-Za-z0-9_]+):/gm)].map((match) => match[1]),
);
assert.ok(calls.size > 40, "expected the complete renderer bridge surface");
assert.deepEqual(