mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
7 lines
327 B
Plaintext
7 lines
327 B
Plaintext
JavaScript::QuickJS embeds Fabrice Bellard's QuickJS engine into a Perl XS
|
|||
|
|
module. You can thus run JavaScript (ES2020 specification) directly in your Perl
|
||
|
|
programs.
|
||
|
|
|
||
|
|
This distribution includes all needed C code; unlike with most XS modules that
|
||
|
|
interface with C libraries, you don't need QuickJS pre-installed on your system.
|