Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 752 Bytes

File metadata and controls

13 lines (9 loc) · 752 Bytes

This repository contains source code and documentation for VampireGuide, an online platform for the first-order theorem prover Vampire.


Web Assembly (WASM) build of Vampire:

  • buildVampireWasm.sh clones the vampire repository and uses these scripts to finish building the vampire.wasm and vampire.js files
    • editCMakeLists.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.js provides the user-friendly JS interface for calling Vampire in the browser.