Add unit test suites (#3490)
This commit is contained in:
4
tests/unit/memory64/wasm-apps/page_exceed_u32.wat
Normal file
4
tests/unit/memory64/wasm-apps/page_exceed_u32.wat
Normal file
@ -0,0 +1,4 @@
|
||||
(module
|
||||
;; u32 max pages is 4,294,967,295
|
||||
(memory i64 1 4294967296)
|
||||
)
|
||||
Reference in New Issue
Block a user