github.com/higress-group/nottinygc@v0.0.0-20231101025119-e93c4c2f8520/gc_notcustom.go (about)

     1  // Copyright wasilibs authors
     2  // SPDX-License-Identifier: MIT
     3  
     4  //go:build tinygo && !gc.custom
     5  
     6  package nottinygc
     7  
     8  func init() {
     9  	panic("nottinygc requires passing -gc=custom and -tags=custommalloc to TinyGo when compiling.\nhttps://github.com/wasilibs/nottinygc#usage")
    10  }