I have had somebody use GopherJS to read data client side. It works, but I can't vouch for how well.
What parts are you having difficulty with representing in JS? Are you still on serialization or the RPC part? I found that for Go I would look at the C++ implementation to get the spirit of a feature, and then write it very differently to fit in with Go. On Sat, Apr 8, 2017, 10:17 AM Wink Saville <[email protected]> wrote: > > Of course its very early days for wasm, but I'm following it and just >> > beginning to play around with it. >> >> Worth pointing out, there's also Emscripten, which has been around a >> while. So that could be used while wasm support filters into things. > > > Yep, Emscripten is the path I was thinking, it now only output asmjs but > also wasm <https://github.com/kripken/emscripten/wiki/WebAssembly>. > > -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/group/capnproto. > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
