only-cliches / cpp-wasm-loader

C/C++ to WASM Webpack Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass multiple cpp files for compilation

jrocharodrigues opened this issue · comments

Hi,

To compile my c++ lib i need to pass multiple source files do the compiler (eg. $em++ mylib.cpp dep1.cpp dep2.cpp), but on the documentation and on the examples only one c/c++ source file is used.

Is there anyway to do this using this lib?

Thanks in advance