wasm-utils/samples/hello_world.c

3 lines
35 B
C
Raw Normal View History

2017-04-12 16:03:06 +03:00
int call(int x) {
return 2 * x;
}