1target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" 2target triple = "wasm32-unknown-unknown" 3 4define void @g() { 5entry: 6 ret void 7} 8