You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Verify that the entry point signature can be flexible.
|
|
# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s
|
|
# RUN: wasm-ld -o %t1.wasm %t.o
|
|
|
|
.globl _start
|
|
_start:
|
|
.functype _start (i64) -> (f32)
|
|
end_function
|