allocate the Clean heap on the heap instead of on the stack
This allocates the Clean heap on the heap instead of on the stack. This makes it possible to increase the heap size and parameter of list example.
To already share some preliminary benchmark results, sum (from_to 0 20000000) took 230ms with wasm in the best case, while Clean natively took 127ms.
Edited by Steffen Michels