wasm-utils/samples/hello_world.c
2017-04-12 16:03:06 +03:00

3 lines
35 B
C

int call(int x) {
return 2 * x;
}