compiler: force moduleContext initialization after Go function calls (#988)

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Takeshi Yoneda
2022-12-31 14:05:30 +09:00
committed by GitHub
parent efc72de1e6
commit e7018d19ff
6 changed files with 82 additions and 1 deletions

View File

@@ -45,7 +45,6 @@ func Test_stdio(t *testing.T) {
}
func Test_stdio_large(t *testing.T) {
t.Skip("TODO: #980 memory out of bounds when run with compiler")
t.Parallel()
size := 2 * 1024 * 1024 // 2MB