blob: 8a300ccf6bd2af96f357dd19d2b45a2be6327be2 [file]
(module $M
(type $#Top (struct
(field $field0 i32)))
(type $JSExternWrapper (sub $#Top (struct
(field $field0 i32)
(field $_externRef externref))))
(global $".hello world" (import "" "hello world") (ref extern))
(global $"\"hello world\"" (ref $JSExternWrapper)
(i32.const 62)
(global.get $".hello world")
(struct.new $JSExternWrapper))
(@binaryen.inline 0)
(func $main
global.get $"\"hello world\""
call $print
)
(func $print (param $var0 (ref $#Top)) <...>)
)