mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-05-18 18:21:24 +00:00
3 lines
35 B
C
3 lines
35 B
C
|
int call(int x) {
|
||
|
return 2 * x;
|
||
|
}
|