Great,thanks!
On Fri, Mar 7, 2014 at 11:41 AM, Jukka Jylänki <[email protected]> wrote: > No, Emscripten doesn't have any special setup required for using template > code from headers. > > If you want to expose any piece of code to JavaScript, you'll need to > implement a C++<->JS interface for it so that you can call the functions > from handwritten JS, either via embind or manual ccall/cwrap if the > interface is C-like. > > > 2014-03-07 11:16 GMT+02:00 Michael IV <[email protected]>: > >> If I need to use a header only template library in a code I want to >> compile with emcscripten (or just want to compile to JS that library as >> standalone) ,is it enough just include the headers?Or there is something >> else I need to setup? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "emscripten-discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "emscripten-discuss" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/emscripten-discuss/0eUKeSW_drc/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Michael Ivanov Independent Pixel Commander onlygraphix.com Tel:+972 54 4962254 -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
