Well, I mean, Emscripten already includes shims for dependencies such as SDL. I'm porting code that depends on among other things an audio driver framework, such as ASIO. So, how can I write my own shims for dependencies that aren't supported by Emscripten out of the box? ASIO being an example.
Arve On Thu, Sep 11, 2014 at 12:01 PM, Bruce Mitchener <[email protected] > wrote: > What exactly do you mean here? If you ask a more specific / detailed > quesiton, it will be easier for someone to answer. > > - Bruce > > On Thu, Sep 11, 2014 at 8:09 AM, Arve Knudsen <[email protected]> > wrote: > >> Hi guys >> >> I need to write my own shims for certain libraries, where do I find >> documentation on how to do this? >> >> Thanks, >> Arve >> >> > -- > 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 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.
