Hi, I wrote a c code file just like that:
///////////////////////////////////// #include <stdio.h> int hell(int x) { printf("hello wsam\n"); return 44+x; } int main() { hell(33); return 32; } /////////////////////////////////// and compiled it with : #emcc hello.c -Os -s WASM=1 -s SIDE_MODULE=1 -o hello.wasm then I want to run the wasm file without the web browser, is there any pretty tools (like java) can do that? I got a tool named wavm, but it was not work as imagine. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.