github.com/wasilibs/nottinygc@v0.7.2-0.20240312114022-d59c9478ef51/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 }