blob: 5099df5747e8ce7cd0104dd0fea76680b28ff5ce (
plain)
1
2
3
4
5
6
7
8
9
|
(module
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(export "__post_instantiate" (func $0))
(func $0
(drop (i32.const 1000))
)
)
|