tsconnect: harden JS bridge callbacks

Contain synchronous and asynchronous JS failures, make Drive cancellation fence response callbacks, and keep netmap snapshots current across peer changes and watcher restarts.

Co-Authored-By: gpt-5.6-sol <noreply@openai.com>
This commit is contained in:
2026-08-30 22:23:06 +00:00
co-authored by Codex
parent 0a6e85834a
commit d3e8c23686
5 changed files with 712 additions and 128 deletions
+14
View File
@@ -0,0 +1,14 @@
// Copyright (c) Tailscale Inc & contributors
// SPDX-License-Identifier: BSD-3-Clause
package main
import (
"fmt"
"tailscale.com/cmd/tsconnect/wasmbuild"
)
func main() {
fmt.Print(wasmbuild.Tags())
}