.
├── tests # Test Programs
│ ├── file_read # Test sequential file reads
│ ├── file_write # Test sequential file writes
│ └── test_file_access # FS.trackingDelegate code
├── sample_code # Code from tutorials
│ └── hello_world.c # Tutorial file reading code
└── ...
emcc test_file_access.c -o test_file_access.js -s WASM=1 -s EXPORTED_RUNTIME_METHODS='["print"]'
emcc test_large_file_write.c -o test_large_file_write.html --preload-file random-text.txt
Intro to Wasm: https://marcoselvatici.github.io/WASM_tutorial/#your_first_WASM_WebApp