Skip to content

Commit

Permalink
Merge branch 'fd-restore'
Browse files Browse the repository at this point in the history
  • Loading branch information
KikiSpace committed Nov 7, 2023
2 parents dec3206 + dd54600 commit bb3f130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wasm-micro-runtime
3 changes: 2 additions & 1 deletion test/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ main(int argc, char *argv[])
(struct sockaddr *)&server_address, serverlen);
if (ret < 0) {
close(socket_fd);
perror("Send failed");
perror("Send FAAAAAILED");
return EXIT_FAILURE;
}

Expand All @@ -80,5 +80,6 @@ main(int argc, char *argv[])

close(socket_fd);
printf("[Client] BYE \n");
__wasi_fd_renumber(1,1);
return EXIT_SUCCESS;
}

0 comments on commit bb3f130

Please sign in to comment.