Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit b737b68

Browse files
authored
Only validate and don't instantiate large memory (#108)
1 parent d283b37 commit b737b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/memory64.wast

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(module (memory i64 0 1))
66
(module (memory i64 1 256))
77
(module (memory i64 0 65536))
8-
(module (memory i64 0x1_0000_0000_0000))
8+
(module definition (memory i64 0x1_0000_0000_0000))
99
(module (memory i64 0 0x1_0000_0000_0000))
1010

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

0 commit comments

Comments
 (0)