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

feat: expose globalThis.crypto #370

Closed nabetti1720 closed 4 months ago

nabetti1720 commented 4 months ago

Description of changes

Fixed that crypto was only available as a module. See also. https://runtime-compat.unjs.io/#Crypto

Checklist

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