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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PmR6goSk7JC17h7fkgGvHG
This commit is contained in:
parent
d10b196e47
commit
c0ed5d59a7
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -93,3 +93,6 @@ tests/.scratch/
|
||||||
*.o.stamp
|
*.o.stamp
|
||||||
tests/apps/standalone/*/stack_test*.mjs
|
tests/apps/standalone/*/stack_test*.mjs
|
||||||
tests/apps/standalone/*/coroutine_jspi_test*.mjs
|
tests/apps/standalone/*/coroutine_jspi_test*.mjs
|
||||||
|
|
||||||
|
# jspi retired the asyncify pipeline; leftover binaryen checkouts stay untracked
|
||||||
|
/binaryen/
|
||||||
|
|
|
||||||
1
binaryen
1
binaryen
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 1d40cf5a8fc87f2c412b4b6081b1054d0b1cab22
|
|
||||||
Loading…
Reference in a new issue