The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.000062 - 2018-06-07

  • Add support for sandboxing: when creating the duktape object, you can now specify limits for how much memory will be allocated, and how long a duktape operation can run before aborting.
  • Add more specific types returned by typeof.
  • Support data structures with cycles, both in Perl and duktape.
  • Add more error checking when gathering stats.
  • Several Code refactorings.
  • Fixed and improved documentation.

Modules

Perl XS binding for the Duktape Javascript embeddable engine