summaryrefslogtreecommitdiff
path: root/test/empty.fromasm
blob: 0e8d5c63bde82323019e1d3d087801289f618ad7 (plain)
1
2
3
4
5
6
7
(module
 (import "env" "memory" (memory $0 256 256))
 (import "env" "table" (table 0 0 anyfunc))
 (import "env" "memoryBase" (global $memoryBase i32))
 (import "env" "tableBase" (global $tableBase i32))
 (data (i32.const 1024) "empty.asm.js")
)