blob: f52e86de8be503a478533c38674d87326efb699f (
plain)
1
2
3
4
5
6
|
(module
(import "env" "memory" (memory $memory 256 65536))
(import "env" "table" (table $table 0 0 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
)
|