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