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