summaryrefslogtreecommitdiff
path: root/test/ctor-eval/indirect-call3.wast.out
blob: 048ca9824069bb3528cd005c65c0ec0dbdfff39e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(module
 (type $none_=>_none (func))
 (import "env" "tableBase" (global $tableBase i32))
 (import "env" "_abort" (func $_abort))
 (memory $0 256 256)
 (data (i32.const 10) "waka waka xaka waka waka\00\00\00\00\00\00C")
 (func $call-indirect
  (i32.store8
   (i32.const 40)
   (i32.const 67)
  )
 )
)