Skip to content

Commit

Permalink
Only validate and don't instantiate large memory
Browse files Browse the repository at this point in the history
  • Loading branch information
evicy authored Nov 14, 2024
1 parent d283b37 commit ae1daef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/memory64.wast
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(module (memory i64 0 1))
(module (memory i64 1 256))
(module (memory i64 0 65536))
(module (memory i64 0x1_0000_0000_0000))
(module definition (memory i64 0x1_0000_0000_0000))
(module (memory i64 0 0x1_0000_0000_0000))

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

0 comments on commit ae1daef

Please sign in to comment.