seliopou / elm-d3

Elm bindings for D3.js
Other
335 stars 36 forks source link

Move JavaScript type marshalling to native code #1

Closed seliopou closed 10 years ago

seliopou commented 11 years ago

The library currently does JavaScript type (un)marshalling in the Elm module. All these calls should happen in the JavaScript native code.