Changes for version 0.11
- BREAKING CHANGE: JavaScript Functions converted to Perl now become instances of a new class, JavaScript::QuickJS::Function. That class is overloaded to act as a coderef, so MOST calling code should still work, but anything that expects a CODE reference will now instead find a blessed object.
- BUG FIX: Fix leaked scalars returned from Perl callbacks.
- Tweak discussion of memory-leak detection.
- Add missing regexp test.
Modules
Run JavaScript via QuickJS in Perl