github PerryTS/perry v0.5.13

latest releases: v0.5.1220, v0.5.1219, v0.5.1206...
3 months ago

LLVM Version

0.5.0 was the first LLVM Version but now at 0.5.13 it is usable. For apps nothing should change, except that new binaries are faster and more performant.

Bug Fixes

  • Buffer.indexOf/includes dispatch: Buffer.indexOf() and Buffer.includes() were incorrectly routed through the string method path in codegen. The is_string_only_method guard now checks the receiver's static type and skips string dispatch for Uint8Array/Buffer, letting these methods fall through to dispatch_buffer_method via js_native_call_method as intended.
  • Removed leftover debug eprintln! in js_buffer_index_of.
  • See changelog for details of other fixes

Don't miss a new perry release

NewReleases is sending notifications on new releases.