deno
deno copied to clipboard
fix(ffi): Fix FFI usage on distros using SELinux
trafficstars
This is related to issue #15306
I'm using OnceCell because it will soon be integrated inside the rust standard library
Will look into that once I have time
It seems not to be as easy as we want it to be, we might either use back libloading or wait for https://github.com/denoland/deno/pull/15305
Since this PR: https://github.com/denoland/deno/pull/15305 would make this problem inexistent with the removal of TinyCC I will close this PR and support the other one.