Kong / ngx_wasm_module

Nginx + WebAssembly
Apache License 2.0
79 stars 7 forks source link

Lua lib: internally disable JIT for incompatible functions #561

Open thibaultcha opened 2 months ago

thibaultcha commented 2 months ago

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.