Update WASI-tutorial.md

This commit is contained in:
Van der Auwermeulen Grégoire
2019-05-21 13:12:29 +02:00
committed by Dan Gohman
parent 6b2eee21b9
commit 658b5aabcc

View File

@@ -29,8 +29,7 @@ any knowledge of WASI, WebAssembly, or sandboxing.
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
int int main(int argc, char **argv) {
main(int argc, char **argv) {
int n, m; int n, m;
char buf[BUFSIZ]; char buf[BUFSIZ];