Re: CouchDB and Rust blogs

2020-06-24 Thread Garren Smith
Hi Jan, Thanks, one of my first attempts https://github.com/garrensmith/fortuna was embedding v8 as a nif. It was my first nif and the implementation is wrong, but it did prove it was possible and something we could consider going forward. The one thing I'm not 100% sure of is moving V8 across thr

Re: CouchDB and Rust blogs

2020-06-24 Thread Jan Lehnardt
Congrats Garren, this is really cool! :) One related question: have you pondered embedding a JS engine into Erlang itself as well? Best Jan — > On 24. Jun 2020, at 16:21, Garren Smith wrote: > > Hi All, > > I've been playing around with the rust language quite a bit recently and > using it t

Re: CouchDB and Rust blogs

2020-06-24 Thread Alessio 'Blaster' Biancalana
Wow that's very cool man, I'll read it and share it with my fellow rustaceans! On Wed, Jun 24, 2020 at 4:21 PM Garren Smith wrote: > Hi All, > > I've been playing around with the rust language quite a bit recently and > using it to write some rust related side projects. I've recently finished a

CouchDB and Rust blogs

2020-06-24 Thread Garren Smith
Hi All, I've been playing around with the rust language quite a bit recently and using it to write some rust related side projects. I've recently finished a CouchDB View Server written in Rust using V8. Here is a blog post about that details the new View Server protocol for CouchDB 4.x and my Rust