This in a build script for wasm/wasi for druntime.
The project is build on the work done by [Sebastiaan Koppe][https://github.com/skoppe]
The following instruction should be valid for a debian based system (Ubuntu).
The binary can be found [wasi-sdk][https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-8] and it can to be installed
sudo dpkg -i wasi-sdk_8.0_amd64.deb
make help
First the submodules needs to be installed
make subdate
The project is build by
make all
The build flow will generate a simple test program in D and it can be run as follows.
wasmer hello_wasm.wasm