awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
8.04k stars 355 forks source link

add x86_64 > x64 mapping for darwin #336

Closed jhheider closed 5 months ago

jhheider commented 5 months ago

Issue # (if available)

(skipped issue; will open if desired.)

Description of changes

add Makefile target to redirect llrt-darwin-x86_64.zip to llrt-darwin-x64.zip, mirroring the same logic used for linux. It's a one-line Makefile change, so it shouldn't impact any of the code.

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

richarddavison commented 5 months ago

Thank you! Nice catch!

jhheider commented 5 months ago

Happy to help!