Fourst (Fourier Stencil Generator) is a project developed ANONYMIZED. Fourst is deployable as a web application, and is hosted at ANONYMIZED. It has been tested with many platforms, and relies only on a modern web browser with a modern JavaScript engine and WASM support.
You should install the Emscripten SDK. Before you run any commands below, you'll probably have to activate it:
$ source "/path/to/emsdk/emsdk_env.sh"
(replacing /path/to
with the path to your Emscripten SDK)
Now, to build everything, run:
$ make
Upon using the make
command, a static webpage will be created in the web/
folder. You can host this site as you would any other static site -- for example, python3 -m http.server
in the web/
folder.