Did you know ... | Search Documentation: |
Using SWI-Prolog in your browser (WASM) |
The SWI-Prolog WebAssembly (WASM) port lets you run SWI-Prolog directly in your browser. This is a fairly comprehensive version of SWI-Prolog that supports the core system as well as a good selection of packages, including many of the foreign packages.
The WASM port uses Emscripten to compile the SWI-Prolog source code to WASM, which runs on a virtual machine that is provided by almost all modern browsers.
To build the SWI-Prolog WASM port, see the building instructions on the wiki page