Update WASI-tutorial.md
This commit is contained in:
committed by
Dan Gohman
parent
6b2eee21b9
commit
658b5aabcc
@@ -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];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user