mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
10 years ago
5 changed files with 34 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||
================ |
|||
Duktape examples |
|||
================ |
|||
|
|||
Examples for using Duktape. These support user documentation and are |
|||
intended as informative illustrations only. |
|||
|
|||
Examples are unmaintained and are not production quality code. Bugs are |
|||
not not necessarily fixed, unless the bug makes the example misleading |
|||
as documentation. |
@ -0,0 +1,13 @@ |
|||
============== |
|||
Duktape extras |
|||
============== |
|||
|
|||
Extra modules and utilities. Extras provide functionality that doesn't |
|||
comfortably fit into the main Duktape library, perhaps for footprint or |
|||
portability reasons, but are still useful for most users. |
|||
|
|||
Extras are maintained and will be bug fixed. However, they don't have the |
|||
same semantic versioning guarantees like the main Duktape library. Extras |
|||
may be dropped without warning as Duktape is versioned. For instance, if |
|||
an extra breaks due to Duktape changes and there is no time to fix it, the |
|||
missing extra won't block a release and will be dropped. |
Loading…
Reference in new issue