We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b737b68 commit 0c1ceccCopy full SHA for 0c1cecc
test/core/table.wast
@@ -6,6 +6,7 @@
6
(module (table 0 1 funcref))
7
(module (table 1 256 funcref))
8
(module (table 0 65536 funcref))
9
+(module definition (table 0xffff_ffff funcref))
10
(module (table 0 0xffff_ffff funcref))
11
12
(module (table 1 (ref null func)))
@@ -54,6 +55,7 @@
54
55
(module (table i64 0 65536 funcref))
56
(module (table i64 0 0xffff_ffff funcref))
57
(module (table i64 0 0x1_0000_0000 funcref))
58
+(module definition (table i64 0xffff_ffff_ffff_ffff funcref))
59
(module (table i64 0 0xffff_ffff_ffff_ffff funcref))
60
61
(module (table i64 0 funcref) (table i64 0 funcref))
0 commit comments