Hey Matus! hope you're doing well :)
Was just wondering if you have explored using :npm-deps instead of the cljsjs/web3 dependency? This would allow for dead code elimination of stuff inside the web3.js dependency and remove the need for externs to be updated whenever the API changes.
Navigating ClojureScript Fire Swamps has some slides at the end describing the process and benefits of native module processing.
Hey Matus! hope you're doing well :)
Was just wondering if you have explored using
:npm-depsinstead of thecljsjs/web3dependency? This would allow for dead code elimination of stuff inside theweb3.jsdependency and remove the need for externs to be updated whenever the API changes.Navigating ClojureScript Fire Swamps has some slides at the end describing the process and benefits of native module processing.