Skip to content

Commit

Permalink
Test largest valid initial size for memory32 in memory.wast (#105)
Browse files Browse the repository at this point in the history
* Test largest valid initial size for memory32 in memory.wast

* Only validate and don't instantiate large memory
  • Loading branch information
evicy authored Nov 14, 2024
1 parent 0c1cecc commit 334f93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/memory.wast
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
(module (memory 0 0))
(module (memory 0 1))
(module (memory 1 256))
(module definition (memory 65536))
(module (memory 0 65536))

(module (memory (data)) (func (export "memsize") (result i32) (memory.size)))
Expand Down

0 comments on commit 334f93f

Please sign in to comment.