Skip to content

StachowiakDawid/wikipedia-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia Solver

A website finding the shortest path between two Wikipedia articles using a C program ran in WebAssembly.

Demo with links from Polish Wikipedia from April 2026

https://wikipedia-solver.s3.waw.io.cloud.ovh.net/index.html

Build instructions

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.

About

No description, website, or topics provided.

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors