Skip to content

v0.20.14

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 02:04
c74ef5e

New features

Bug fixes

Other

  • Add fast-path for StaticArray lowering if values is TypedArray in bindings (#2370) (c74ef5e)
  • Introduce faster and memory optimal BitSet as replacement of Set<i32> (#2361) (17e4647)
  • Add engine requirements for package.json (#2378) (75dbcfd)
  • Add workaround for Math.pow constant folding (only for JS builds) (#2346) (ec0b0c8)
  • Fallback to _start value for --exportStart if argument was skipped (#2343) (2ccea6b)
  • Use unchecked array access for Map#values/keys and Set#values methods (#2339) (1465322)