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