mirror of
https://github.com/fluencelabs/asmble
synced 2025-06-27 13:31:35 +00:00
4 lines
67 B
Rust
4 lines
67 B
Rust
![]() |
#[no_mangle]
|
||
|
pub extern "C" fn add_one(x: i32) -> i32 {
|
||
|
x + 1
|
||
|
}
|