You are not logged in.
Looking to add JavaScript capabilities to you app, but without the bulk and overhead of JIT engines like V8, SpiderMonkey and Chakra? Then take a look at Duktape.
Duktape is a lightweight, embeddable and cross-platform JavaScript engine. It fits into a DLL just over half a megabyte in size but supports the complete ECMAScript 5.1 specification (as well as parts of ECMAScript 2015 and 2016).
Offline
May be used as a toy JS engine, but its feature set is far behind the alternatives.
If you need something light, https://github.com/BeRo1985/besen is the best, since it is a great pure pascal engine, with no dll.
If you need simple scripting, DWS or PascalScript are IMHO a better approach.
Offline