deno icon indicating copy to clipboard operation
deno copied to clipboard

fix(ffi): Fix FFI usage on distros using SELinux

Open ThalusA opened this issue 2 years ago • 4 comments

This is related to issue #15306

ThalusA avatar Jul 25 '22 16:07 ThalusA

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 25 '22 16:07 CLAassistant

I'm using OnceCell because it will soon be integrated inside the rust standard library

ThalusA avatar Jul 26 '22 09:07 ThalusA

image Will look into that once I have time

ThalusA avatar Jul 29 '22 07:07 ThalusA

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

ThalusA avatar Jul 29 '22 09:07 ThalusA

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.

ThalusA avatar Jul 31 '22 15:07 ThalusA