summaryrefslogtreecommitdiff
path: root/test/empty_4GB.fromasm.clamp.no-opts
blob: 070250ec3de147bf1cb18289143dd36dd9450252 (plain)
1
2
3
4
5
6
(module
 (import "env" "memory" (memory $memory 256 65536))
 (import "env" "table" (table $table 0 0 funcref))
 (import "env" "__memory_base" (global $__memory_base i32))
 (import "env" "__table_base" (global $__table_base i32))
)