Closed dpogorzelski closed 1 year ago
I guess the reason is because https://docs.rs/libloading/latest/libloading/struct.Library.html is only available for unix and windows
Thanks for your interest!
Hermit does not support loading dynamic libraries yet.
You might want to check out Unikraft instead. I think, they might have dynamic library support. Also, I am working on Rust application support on Unikraft with an example application coming soon. This is currently blocked on https://github.com/unikraft/kraftkit/pull/703, though.
Thanks for the info. I the meantime I managed to get rid of the dependency.
Hey, I'm running into the following issue when building a project that has khronos-egl as dependency:
any suggestion as to what could be the problem? Outside of hermit target everything builds just fine.