feat(wails): pin Wails v3 source as submodule at alpha 74
Some checks are pending
Security Scan / security (push) Waiting to run

internal/wails3/ is a submodule of github.com/wailsapp/wails pinned to
v3.0.0-alpha.74. This is the reference source for the stub bridge — the
exact API surface we target.

Upgrade flow:
  cd internal/wails3 && git checkout v3.0.0-alpha.XX
  diff stubs vs reference
  update stubs to match
  commit submodule bump + stub changes together

The replace directive in go.mod still points to ./stubs/wails — our code
never imports Wails directly. The submodule is the reference, not the
build dependency.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude 2026-03-31 14:42:22 +01:00
parent 13a493f57d
commit 82f427dc12
No known key found for this signature in database
GPG key ID: AF404715446AEB41
2 changed files with 5 additions and 0 deletions

4
.gitmodules vendored Normal file
View file

@ -0,0 +1,4 @@
[submodule "internal/wails3"]
path = internal/wails3
url = https://github.com/wailsapp/wails.git
branch = v3-alpha

1
internal/wails3 Submodule

@ -0,0 +1 @@
Subproject commit bb4fbf95744fafe5acf84e143a419bfffc2159e6