Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wasm): disable jit for set_host_properties_handlers()
This can trigger a segfault if it is jit-compiled due to the semantics of making an FFI call to a C land function which in turn calls back into a Lua land function.
- Loading branch information