]> git.kaiwu.me - njs.git/commit
Added njs_vm_add_module().
authorDmitry Volyntsev <xeioex@nginx.com>
Sat, 7 Jan 2023 04:39:01 +0000 (20:39 -0800)
committerDmitry Volyntsev <xeioex@nginx.com>
Sat, 7 Jan 2023 04:39:01 +0000 (20:39 -0800)
commite6295eca91d3febff981922cd529346b5889d876
tree4ab759475a03c8020c2818f448a3a6d7f03739a9
parent69a84fb5a2230e55c52c0faf776f345d26dabb70
Added njs_vm_add_module().

The new API does not require for njs_mod_t structure to be disclosed.
external/njs_crypto_module.c
external/njs_fs_module.c
external/njs_query_string_module.c
src/njs.h
src/njs_buffer.c
src/njs_module.c
src/njs_module.h
src/njs_vm.c