From c2a821f061b16d5c8285d1740ca2e6d1bc3d023e Mon Sep 17 00:00:00 2001 From: Dara Adedeji Date: Fri, 31 Jul 2026 12:54:23 -0700 Subject: [PATCH] Bump the native pin to weaver-main with resource forwarding (native#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cutover is only honest with it: registered images and fonts ride the renderer channel, so image- and font-carrying widgets (Noro) render identically device-less — verified live, including crash-replay. --- runtime/native-sdk | 2 +- scripts/release-audit.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/native-sdk b/runtime/native-sdk index 6678343..7368f7f 160000 --- a/runtime/native-sdk +++ b/runtime/native-sdk @@ -1 +1 @@ -Subproject commit 66783435175187d25f5d762e1e3d3e691cbb9430 +Subproject commit 7368f7f59e09c372311e884190d88006a73ce97f diff --git a/scripts/release-audit.mjs b/scripts/release-audit.mjs index 2b2490d..1f79a43 100755 --- a/scripts/release-audit.mjs +++ b/scripts/release-audit.mjs @@ -7,7 +7,7 @@ import { dirname, extname, join, relative, resolve } from "node:path"; import { fileURLToPath } from "node:url"; const repoRoot = resolve(dirname(fileURLToPath(import.meta.url)), ".."); -const expectedNativeCommit = "66783435175187d25f5d762e1e3d3e691cbb9430"; +const expectedNativeCommit = "7368f7f59e09c372311e884190d88006a73ce97f"; function filesBelow(root) { const output = [];