Paul D.

Results 34 comments of Paul D.

My C/C++ guide is focused on ewasm tips and concrete examples. Perhaps the other one might be an advanced section in my guide. Feel free to copy whatever you want...

> make sure to modify the Makefile to clang++, use extern "C" around the helper function declarations. run make I agree that this is awkward, so I replaced this text...

Did anyone try following the steps in this doc? Would be nice to have at least one confirmation that it works.

Included downloading LLVM 7 from repositories, since LLVM 7 supports Wasm by default, so no need to compile your own. Also put compilation commands in the doc instead of just...