Path: blob/main/tests/all/cli_tests/table-grow-failure2.wat
3080 views
(module
(table 1 funcref)
(func (export "_start")
ref.null func
i32.const -1
table.grow
drop
)
)
(module
(table 1 funcref)
(func (export "_start")
ref.null func
i32.const -1
table.grow
drop
)
)