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