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.
13 lines
169 B
13 lines
169 B
4 months ago
|
.globl foo
|
||
|
foo:
|
||
|
.functype foo (f32) -> (i32)
|
||
|
i32.const 0
|
||
|
end_function
|
||
|
|
||
|
|
||
|
.globl call_foo
|
||
|
call_foo:
|
||
|
.functype call_foo () -> (i32)
|
||
|
call foo
|
||
|
end_function
|