blob: 0b367838966f704c0f044ffd535929d48a457bbf (
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 2000))
)
)
|