cpp to WebAssembly sample
-
Latest Google Chrome Canary (chrome://flags/#enable-webassembly)
-
llvm (
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly
) -
clang++-3.8 (llvm38 --with-clang)
-
Simple web server (ex: http-server)
make
and open localhost in Chrome.