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 18, 2024
1 parent 3ca33c0 commit 1f8f999
Show file tree
Hide file tree
Showing 4 changed files with 3,083 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 1f8f999

Please sign in to comment.