Skip to content

Commit

Permalink
QuickJS: added fs module.
Browse files Browse the repository at this point in the history
  • Loading branch information
xeioex committed Dec 14, 2024
1 parent 522888d commit 81eea9f
Show file tree
Hide file tree
Showing 4 changed files with 3,091 additions and 6 deletions.
6 changes: 6 additions & 0 deletions auto/qjs_modules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ njs_module_srcs=src/qjs_buffer.c

. auto/qjs_module

njs_module_name=qjs_fs_module
njs_module_incs=
njs_module_srcs=external/qjs_fs_module.c

. auto/qjs_module

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 81eea9f

Please sign in to comment.