Skip to content

0.83.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@joe-p joe-p released this 16 Feb 18:34
· 421 commits to main since this release
77bab18
  • method signatures can now be passed to sendMethodCall (ie. sendMethodCall<typeof MyApp.prototype.myMethod>)
  • len now takes a type argument to calculate its size without a value (ie. len<MyCustomType>())
  • len will no longer push anything to the stack (other than the length) for static values