summaryrefslogtreecommitdiff
path: root/test/ctor-eval/basics.wast.out
blob: cb4c8deda7a2c8d456d0e5552d2385dfef9e619d (plain)
1
2
3
4
5
6
7
8
9
10
11
(module
 (type $none_=>_none (func))
 (memory $0 256 256)
 (data (i32.const 10) "nas\00\00\00aka yzkx waka wakm\00\00\00\00\00\00C")
 (func $call-indirect
  (i32.store8
   (i32.const 40)
   (i32.const 67)
  )
 )
)