10 lines · plain
1# Verify that the entry point signature can be flexible.2# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s3# RUN: wasm-ld -o %t1.wasm %t.o4 5 .globl _start6_start:7 .functype _start (i64) -> (f32)8 f32.const 0.09 end_function10