13. 準備 アカウントを作る https://prev.processwarp.org/ ネイティブクライアントをコンパイル http://www.processwarp.org/docs/2015/06/20/ja-required_install.html $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/processwarp/ processwarp/master/install/darwin.sh)" プログラムをコンパイル $ CPLUS_INCLUDE_PATH=<コンパイル場所>/include/libc clang++ -O2 -emit- llvm -c -fno-exceptions -fno-vectorize <C++プログラム> $ llvm-dis <C++プログラム>.bc 14. サンプルプロ