microsoft / microsoft/TypeScript

Publish an official wasip1 (WASI) build artifact of tsgo

Offen
#63,858 9 Kommentare 4 Reaktionen 1 zugewiesene Person Auf GitHub ansehen

@jakebailey arbeitet bereits daran.

Seit 15.7.2026.

Infrastructure Needs Investigation
Vorherrschende Sprache
Go
Sterne
111k
Forks
14.3k
Ø Merge
2 T. 4 Std.
Gemergte PRs (30 T.)
132

Beschreibung

Request

Please consider publishing an official GOOS=wasip1 GOARCH=wasm build artifact of tsgo alongside the native platform binaries (npm @typescript/* platform packages / GitHub release assets).

Context

We embed JavaScript tooling in WebAssembly (WASI) environments and evaluated running the TypeScript 7 compiler there. Building from source works today with no patches:

GOOS=wasip1 GOARCH=wasm go build ./cmd/tsgo   # at tag typescript/v7.0.2, go1.26.4
  • One command, ~40s build, ~48.6 MB core module.
  • Runs under wasmtime (preview1): diagnostics are byte-identical to the native binary on our test projects, exit codes preserved.
  • Single-threaded as expected for this target (~12× native wall-clock in our samples — still practical for small/medium projects).
  • Known limitation we observed: wasm32's 4 GiB memory ceiling prices out very large programs (a type-fest-scale check needed ~6.6 GB natively).
Why an official artifact

The build is trivially reproducible, but an official artifact would give WASI/browser-adjacent consumers a supported, versioned binary instead of each project maintaining its own build pipeline, and would make regressions on this target visible to CI here rather than downstream.

Happy to share our verification receipts (diagnostic byte-comparisons vs the native binary) if useful.

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.