blob: 561f179762f8e46e1d5c7544cadc58a10d2f5313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(module
(type $FUNCSIG$v (func))
(memory $0 256 256)
(data (i32.const 10) "waka waka xaka waka waka\00\00\00\00\00\00C")
(import "env" "tableBase" (global $tableBase i32))
(import "env" "_abort" (func $_abort))
(func $call-indirect (; 1 ;) (type $FUNCSIG$v)
(i32.store8
(i32.const 40)
(i32.const 67)
)
)
)
|