move nottinygc to proxy-wasm-go-sdk (#1477)

This commit is contained in:
澄潭
2024-11-05 20:59:51 +08:00
committed by GitHub
parent c1f2504e87
commit 548cf2f081
3 changed files with 4 additions and 18 deletions

View File

@@ -24,14 +24,8 @@ import (
"github.com/tidwall/gjson"
"github.com/alibaba/higress/plugins/wasm-go/pkg/matcher"
_ "github.com/higress-group/nottinygc"
)
//export sched_yield
func sched_yield() int32 {
return 0
}
type HttpContext interface {
Scheme() string
Host() string