File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/stretchr/testify v1.8.0
9
9
github.com/tetratelabs/proxy-wasm-go-sdk v0.22.0
10
10
github.com/tidwall/gjson v1.17.0
11
- github.com/wasilibs/nottinygc v0.6 .0
11
+ github.com/wasilibs/nottinygc v0.7 .0
12
12
)
13
13
14
14
require (
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ github.com/wasilibs/go-libinjection v0.4.0 h1:dr1Y/kM/gmoA7eSfdf+CvCcmzwsz2jVYjN
42
42
github.com/wasilibs/go-libinjection v0.4.0 /go.mod h1:zD7fNXKSaTKoSTmrfuP9Gc16alNEgwkZaHIeDDk3WWM =
43
43
github.com/wasilibs/go-re2 v1.4.0 h1:Jp6BM8G/zajgY1BCQUm3i7oGMdR1gA5EBv87wGd2ysc =
44
44
github.com/wasilibs/go-re2 v1.4.0 /go.mod h1:hLzlKjEgON+17hWjikLx8hJBkikyjQH/lsqCy9t6tIY =
45
- github.com/wasilibs/nottinygc v0.6 .0 h1:RGfTXftUqTWXKGguB4DIxJX9xrxfHT0HYkWdgACwTWU =
46
- github.com/wasilibs/nottinygc v0.6 .0 /go.mod h1:oDcIotskuYNMpqMF23l7Z8uzD4TC0WXHK8jetlB3HIo =
45
+ github.com/wasilibs/nottinygc v0.7 .0 h1:x8PiLXMHiSx8v4MgyL8T4LEp0FqrPtqZDsveI9xiY3M =
46
+ github.com/wasilibs/nottinygc v0.7 .0 /go.mod h1:oDcIotskuYNMpqMF23l7Z8uzD4TC0WXHK8jetlB3HIo =
47
47
golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8 =
48
48
golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8 =
49
49
golang.org/x/net v0.15.0 /go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk =
Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ import (
17
17
// names and signatures of wasi-libc, used by TinyGo, not WASI ABI. Review these exports when either
18
18
// the minimum supported version of Envoy changes or the maximum version of TinyGo.
19
19
20
- //export sched_yield
21
- func sched_yield () int32 {
22
- return 0
23
- }
24
-
25
20
// fdopendir is re-exported to avoid TinyGo 0.28's import of wasi_snapshot_preview1.fd_readdir.
26
21
//
27
22
//export fdopendir
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ func Build() error {
189
189
190
190
buildTags := []string {
191
191
"custommalloc" , // https://github.com/wasilibs/nottinygc#usage
192
+ "nottinygc_envoy" , // https://github.com/wasilibs/nottinygc#using-with-envoy
192
193
"no_fs_access" , // https://github.com/corazawaf/coraza#build-tags
193
194
"memoize_builders" , // https://github.com/corazawaf/coraza#build-tags
194
195
}
You can’t perform that action at this time.
0 commit comments