This is an experimental virtual machine originated from AVM. This fork is specialized for performance, without considering modularity, robustness, etc.
Run make build to build the virtual machine wavm. If one has installed ghc, one can also use make example to build the example. The directory example/ contains some built examples.
wavm takes exactly one argument as the path of the machine code (byte code). For example,
./wavm ./example/example-2-tarai.wavm
The format of the byte code is not documented currently. One can read WAVMASM.hs to see a small assembler that built the examples.