richarddavison

Results 190 comments of richarddavison

QuickJS development was paused for quite some time but has recently been picked up again: https://github.com/bellard/quickjs/commits/master/ Also as: https://github.com/quickjs-ng/quickjs Or: https://github.com/OpenQuickJS/quickjs LLRT uses Rust bindings from the crate `rquicks` which...

I really like the potential of Hermes! The underlying engine in LLRT is not set in stone, if there is a better alternative we should consider it :) @tmikov I...

@mishushakov @tmikov I think we should explore how Hermes would perform for our use case. There is undoubtedly benefits of using an engine backed by an entire team that shares...

This will not be prioritized. You would have to rely on WSL to run LLRT on Linux for now

Ah right, thank you. This is a padding issue. Will fix 👌

Hi @ymwjbxxq. Thanks for reporting! TLS is on the roadmap. It's an often a critical component for communicating with third party services from the server side. Is there a frontend...

> Can't sourcemaps be handled at the bundler level? What does llrt need to do? It can! It would just be convenient. But ideally, source maps should stay of the...

This is very interesting! I will rerun the benchmark with PGO (with profile data form test runs) and see the results! PLO is also super interesting but is a different...

Thanks for the detailed report! Appreciate it! `console` is currently not exportable and cannot be instantiated. There are also a couple of properties on process that are currently not implemented...