Lua lib: internally disable JIT for incompatible functions #561
Labels
area/lib
Area: lib/ libraries
enhancement
New feature or request
good first issue
Good for newcomers
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.The text was updated successfully, but these errors were encountered: