Skip to content

TEALab-org/fourst-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fourst

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.

Building

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

Running

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.

Releases

No releases published

Packages

No packages published