7aGiven
7aGiven
### Enviroment platform: Ubuntu 22.04.3 / Windows 10 CPU: x64 Runtime: Nodejs 20 ### Issue If run with js-sdk and use extism_http_request API, show`http_request is not enabled`message, If run with...
根据 https://man7.org/linux/man-pages/man2/execve.2.html 的描述。 The dispositions of any signals that are being caught are reset to the default (signal(7)). 进程如果调用了shell命令,因为execve导致原有sigaction的handler被置空,进程因为SIGSYS信号被强制停止。 请问要如何解决这个问题?
add a config for toLua for non-UTF-8 escape to hex. ```lua -- lua-parser internal function function escape(s) if checkutf8 and utf8.len(s) == nil then local r = "" for i=1,...