File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 6
6
#include " node.h"
7
7
#include " util.h"
8
8
#include " uv.h"
9
+ #include " uvwasi.h"
9
10
#include " v8.h"
10
11
#include " zlib.h"
11
12
@@ -90,6 +91,8 @@ Metadata::Versions::Versions() {
90
91
" ." +
91
92
std::to_string (BrotliEncoderVersion () & 0xFFF );
92
93
94
+ uvwasi = UVWASI_VERSION_STRING;
95
+
93
96
#if HAVE_OPENSSL
94
97
openssl = GetOpenSSLVersion ();
95
98
#endif
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ namespace node {
38
38
V (nghttp2) \
39
39
V (napi) \
40
40
V (llhttp) \
41
+ V (uvwasi)
41
42
42
43
#if HAVE_OPENSSL
43
44
#define NODE_VERSIONS_KEY_CRYPTO (V ) V(openssl)
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const expected_keys = [
13
13
'nghttp2' ,
14
14
'napi' ,
15
15
'llhttp' ,
16
+ 'uvwasi' ,
16
17
] ;
17
18
18
19
if ( common . hasCrypto ) {
You can’t perform that action at this time.
0 commit comments