dfinity / node-motoko

Compile and run Motoko smart contracts in Node.js or the browser.
Apache License 2.0
16 stars 4 forks source link

Bump `moc.js` and base library to 0.9.5 #76

Closed rvanasa closed 1 year ago

github-actions[bot] commented 1 year ago

size-limit report 📦

Path Size
lib/index.js 13.53 KB (0%)
packages/latest/base.json 89.63 KB (+4.48% 🔺)
versions/latest/moc.min.js 569.64 KB (+0.85% 🔺)
versions/latest/moc_interpreter.min.js 286.34 KB (+1.48% 🔺)
versions/latest/didc.min.js 61.26 KB (+1.34% 🔺)
ggreif commented 1 year ago

Are the size increases something we should be worried about? @rvanasa

rvanasa commented 1 year ago

These numbers are fairly noisy, so the goal is mostly just to catch a "significant" change (i.e. more than 10%).

As you can see, the base library size actually decreased by a similar amount in https://github.com/dfinity/node-motoko/pull/74.