Add more trapping testcases.

This commit is contained in:
Dan Gohman
2018-11-29 06:24:02 -08:00
parent 5ae48b06e1
commit 976a5a2e7e
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
(module
(memory 1 1)
(func $main
i32.const 65536
i32.const 65536
i32.store
)
(start $main)
)

View File

@@ -0,0 +1,9 @@
(module
(memory 0 0)
(func $main
i32.const 0
i32.const 0
i32.store
)
(start $main)
)