📤 Upload Solver
Upload your WASM solver to benchmark it against the standard maps.
1. Select your solver
Your solver must be compiled to WebAssembly (.wasm) and implement the solver interface.
2. Run smoke test
We'll run your solver on a small map in your browser to verify it works before server verification.
Solver Requirements
- Compiled to
wasm32-wasiorwasm32-unknown-unknown - Exports the
solvefunction per the WIT interface - No external dependencies (filesystem, network)
- Deterministic output for the same input
- Maximum binary size: 10 MB