blob: 6b9c5277f0605465f3972751b1977c0c7a80e908 [file] [log] [blame]
(module $module0
(type $#Top (struct
(field $field0 i32)))
(type $JSStringImpl (sub final $#Top (struct
(field $field0 i32)
(field $_ref externref))))
(global $"S.hello world" (import "S" "hello world") (ref extern))
(global $"C329 \"hello world\"" (ref $JSStringImpl)
(i32.const 4)
(global.get $"S.hello world")
(struct.new $JSStringImpl))
(func $"main <noInline>"
global.get $"C329 \"hello world\""
call $print
)
(func $print (param $var0 (ref $#Top)) <...>)
)