Skip to content

Commit

Permalink
QuickJS: added WebCrypto module.
Browse files Browse the repository at this point in the history
  • Loading branch information
xeioex committed Jan 18, 2025
1 parent 84616f9 commit 29b408d
Show file tree
Hide file tree
Showing 12 changed files with 5,102 additions and 67 deletions.
8 changes: 8 additions & 0 deletions auto/qjs_modules
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ njs_module_srcs=external/qjs_fs_module.c

. auto/qjs_module

if [ $NJS_OPENSSL = YES -a $NJS_HAVE_OPENSSL = YES ]; then
njs_module_name=qjs_webcrypto_module
njs_module_incs=
njs_module_srcs=external/qjs_webcrypto_module.c

. auto/qjs_module
fi

if [ $NJS_ZLIB = YES -a $NJS_HAVE_ZLIB = YES ]; then
njs_module_name=qjs_zlib_module
njs_module_incs=
Expand Down
Loading

0 comments on commit 29b408d

Please sign in to comment.