github.com/bir3/gocompiler@v0.9.2202/src/cmd/gocmd/internal/toolchain/exec_stub.go (about)

     1  // Copyright 2023 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  //go:build js || wasip1
     6  
     7  package toolchain
     8  
     9  import "github.com/bir3/gocompiler/src/cmd/gocmd/internal/base"
    10  
    11  func execGoToolchain(gotoolchain, dir, exe string) {
    12  	base.Fatalf("execGoToolchain unsupported")
    13  }