add simple host program that loads a wasm module using the wamr runtime
This commit is contained in:
@ -7,6 +7,7 @@ int main(int argc, char **argv) {
|
||||
char *buf;
|
||||
|
||||
printf("Hello world!\n");
|
||||
printf("Got %d args!\n", argc);
|
||||
|
||||
buf = malloc(1024);
|
||||
if (!buf) {
|
||||
|
||||
Reference in New Issue
Block a user