NLESC-JCER / run-cpp-on-web

cpp2wasm blogs
Apache License 2.0
6 stars 2 forks source link

In WebAssembly blog hint at build system integration #67

Open sverhoeven opened 4 years ago

sverhoeven commented 4 years ago

The blog uses emcc to compile, but existing C++ code will have a existing build system based on configure/cmake and make. Hint that emconfigure and emmake can reuse existing build system to compile to WebAssembly.

sverhoeven commented 4 years ago

To prevent: Do as I say (emcc) not as I do (emmake) .