A website finding the shortest path between two Wikipedia articles using a C program ran in WebAssembly.
https://wikipedia-solver.s3.waw.io.cloud.ovh.net/index.html
emcc -sEXPORTED_FUNCTIONS=FS,_load_files,_run_search -sFORCE_FILESYSTEM=1 -sMODULARIZE -s EXPORT_ALL=1 -s SINGLE_FILE=1 -s ALLOW_MEMORY_GROWTH=1 -sASYNCIFY -sASSERTIONS=2 -s INITIAL_MEMORY=512MB -s MAXIMUM_MEMORY=3GB -sWASMFS wasm_main.c -o main.mjs
Wikipedia is a registered trademark of the Wikimedia Foundation. This project doesn't have any affilitations with it.