We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbc950 commit db55cc2Copy full SHA for db55cc2
elk.h
@@ -17,7 +17,7 @@
17
#pragma once
18
#include <stdint.h>
19
20
-#define JS_VERSION "2.0.6"
+#define JS_VERSION "2.0.7"
21
22
struct js; // JS engine (opaque)
23
typedef uint64_t jsval_t; // JS value placeholder
library.properties
@@ -1,9 +1,9 @@
1
name=elk
2
-version=2.0.6
+version=2.0.7
3
author=Cesanta Software Limited <[email protected]>
4
maintainer=Cesanta Software Limited <[email protected]>
5
sentence=Tiny JavaScript Engine
6
-paragraph=Add JS scripting environment to microcontroller development
+paragraph=Enables JavaScript
7
category=Other
8
url=https://github.com/cesanta/elk
9
architectures=*
0 commit comments