Re: Protobufs + Emscripten

2016-09-24 Thread Tomas Reimers
No worries! Published my code here: https://github.com/tomasreimers/protobuf-emscripten in case anyone is interested! On Wed, Sep 21, 2016 at 5:22 PM, Josh A wrote: > Great, glad you figured it out. Sorry, been a bit busy this week and > didn't have a chance to reply yet. >

Re: Protobufs + Emscripten

2016-09-21 Thread Josh A
Great, glad you figured it out. Sorry, been a bit busy this week and didn't have a chance to reply yet. Cheers, Josh On 09/21/2016 10:12 AM, Tomas Reimers wrote: Got it! Thank you! Happy to help anyone else with the same issue. On Sep 20, 2016 5:13 PM, "Tomas Reimers"

Re: Protobufs + Emscripten

2016-09-21 Thread Tomas Reimers
Got it! Thank you! Happy to help anyone else with the same issue. On Sep 20, 2016 5:13 PM, "Tomas Reimers" wrote: > Hey Josh, > > Sorry to keep asking, but how did you link it in? For example if a project > links against protobufs (-lprotobuf), what did you to get it to

Re: Protobufs + Emscripten

2016-09-20 Thread Tomas Reimers
Hey Josh, Sorry to keep asking, but how did you link it in? For example if a project links against protobufs (-lprotobuf), what did you to get it to compile into the larger project? Thanks so much, Tomas On Fri, Sep 16, 2016 at 12:36 PM, Josh A wrote: > Hi, > > We had

Re: Protobufs + Emscripten

2016-09-16 Thread Josh A
Hi, We had success using this https://github.com/invokr/protobuf-emscripten If I remember correctly that basically worked out of the box. Hope this is helps. -Josh On 09/16/2016 11:46 AM, Tomas Reimers wrote: Interesting, so what I'm trying to do is compile a C++ project that already

Re: Protobufs + Emscripten

2016-09-16 Thread Tomas Reimers
Interesting, so what I'm trying to do is compile a C++ project that already heavily depends on protobufs. So I would love to compile protobufs into source and not have to rewrite the code if possible... On Fri, Sep 16, 2016 at 8:33 AM, Jean-Marc Le Roux wrote: > > On

Re: Protobufs + Emscripten

2016-09-16 Thread Jean-Marc Le Roux
On Friday, September 16, 2016 at 5:40:59 AM UTC+2, Tomas Reimers wrote: > > Has anyone been able to port Protobufs to Emscripten? Or considered adding > an emscripten-port? > We're using FlatBuffers + our custom WebSocket x-platform wrapper

Protobufs + Emscripten

2016-09-15 Thread Tomas Reimers
Hi, Has anyone been able to port Protobufs to Emscripten? Or considered adding an emscripten-port? Thanks so much, Tomas -- 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