From c0ed5d59a7238916a93d6a9fb352f11fa8a4ad2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20T=C3=B6rcsv=C3=A1ri?= Date: Fri, 14 Aug 2026 17:57:12 +0200 Subject: [PATCH] chore: drop orphaned binaryen gitlink The jspi migration removed binaryen from .gitmodules (no asyncify post-link pass) but left the gitlink behind, so every submodule command errors with 'no submodule mapping found for binaryen'. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01PmR6goSk7JC17h7fkgGvHG --- .gitignore | 3 +++ binaryen | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 160000 binaryen diff --git a/.gitignore b/.gitignore index 54309e7..04d37c5 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,6 @@ tests/.scratch/ *.o.stamp tests/apps/standalone/*/stack_test*.mjs tests/apps/standalone/*/coroutine_jspi_test*.mjs + +# jspi retired the asyncify pipeline; leftover binaryen checkouts stay untracked +/binaryen/ diff --git a/binaryen b/binaryen deleted file mode 160000 index 1d40cf5..0000000 --- a/binaryen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1d40cf5a8fc87f2c412b4b6081b1054d0b1cab22