6 lines
91 B
C
6 lines
91 B
C
extern void iwasm_main();
|
|
int main(int argc, char *argv[])
|
|
{
|
|
iwasm_main(argc, argv);
|
|
}
|