Sep 9, 2015
I updated PROCESS WARP.
You can compile C program by the following way with clang 3.3.
$ C_INCLUDE_PATH=<PROCESS WARP install path>/include/libc clang -arch x86_64 -O2 -emit-llvm -c -fno-vectorize <path to source code>
And it can load and execute by web-base frontend.
New supported apis are as follows.