import-attributes.ll 173 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 target triple = "wasm32-unknown-unknown" define void @call_foo() { call void @foo(); ret void } declare void @foo() #0 attributes #0 = { "wasm-import-module"="baz" }