blob: 2135390866f3d542dc1cc616a65c0f206db6ffe4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
(module
(type $none_=>_none (func))
(export "a" (func $0))
(func $0 (; 0 ;)
(nop)
)
;; custom section "emscripten_metadata", size 7
;; custom section "producers", size 187
)
|