summaryrefslogtreecommitdiff
path: root/test/complexTextNames.wast.fromBinary
blob: ed3994dd0e0d44aaeb18a83e517da64e536561a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
(module
 (type $0 (func))
 (export "$zoo (.bar)" (func $1))
 (func $foo\20\28.bar\29 (type $0)
  (nop)
 )
 (func $1 (type $0)
  (call $foo\20\28.bar\29)
 )
)