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 525a53c commit 2eaecc1Copy full SHA for 2eaecc1
test/core/table.wast
@@ -53,6 +53,8 @@
53
(module (table i64 1 256 funcref))
54
(module (table i64 0 65536 funcref))
55
(module (table i64 0 0xffff_ffff funcref))
56
+(module (table i64 0 0x1_0000_0000 funcref))
57
+(module (table i64 0 0xffff_ffff_ffff_ffff funcref))
58
59
(module (table i64 0 funcref) (table i64 0 funcref))
60
(module (table (import "spectest" "table64") i64 0 funcref) (table i64 0 funcref))
0 commit comments