Kong/ngx_wasm_module
Lua lib: internally disable JIT for incompatible functions
Open
#561 opened on Jun 27, 2024
area/libenhancementgood first issue
Repository metrics
- Stars
- (140 stars)
- PR merge metrics
- (PR metrics pending)
Description
Call jit.off() on functions we know can't JIT (proxy_wasm.set_host_properties_handlers & double-check for others), so Lua lib users don't have to.