Experimental implementation of the wist parser using WebAssembly.
You can either Download and install the Emscripten SDK or initialize a new vagrant box using the included Vagrant file which sets includes the emsdk environment.
If you are using the vagrant environment you need to build in elevated sudo mode before sourcing the enviroment variables
$ sudo -s
$ source /emsdk/emsdk_env.sh
You should now be able to build the WASM module using the Makefile
$ cd /vagrant/
$ emmake make