Kong/ngx_wasm_module

Lua lib: internally disable JIT for incompatible functions

Open

#561 opened on Jun 27, 2024

 (0 comments) (0 reactions) (0 assignees)C (16 forks)auto 404
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.

Contributor guide