This repository contains source code and documentation for VampireGuide, an online platform for the first-order theorem prover Vampire.
buildVampireWasm.shclones the vampire repository and uses these scripts to finish building thevampire.wasmandvampire.jsfileseditCMakeLists.sh- edits the CMakeLists.txt cmake vampire build file to support Emscripten/WASM build.smallWasmBuild.sh- runs emcmake to build a wasm version of vampire for running in the browser.
vampire-runner.jsprovides the user-friendly JS interface for calling Vampire in the browser.