mirror of
https://github.com/alibaba/higress.git
synced 2026-03-07 18:10:54 +08:00
move nottinygc to proxy-wasm-go-sdk (#1477)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user