Results 226 comments of Simonas Kazlauskas

I’m not too interested in supporting emscripten target at this point. WASM backend is likely to replace the emscripten target in near future.

I meant my comment to imply that wasm support is interesting to me. It would need more work as implementing dlopen/dlsym would be necessary (the functions are not provided). Dlclose...

This tool is indeed only capable of controlling a single RGB region. Which region on a particular motherboard it will end up being is unclear. Sadly nothing much I can...

`dlmopen` seems like an awfully GNU-specific function that cannot be expressed in a manner portable between even unix targets. I feel like it should be fine to expect people to...

I still have found no indication that any other UNIX targets other than the GNU-based ones have this function available. It is not available on macOS for example. > we...

There’re methods to convert to/from raw OS primitives in 0.5.2 so you can `dlmopen` things manually and produce `Library` out of that.

I wouldn't be opposed to exposing `with_dlerror` and a similar function for Windows in some shape or form, but some thought and changes will be necessary to make the API...

I'll make `with_dlerror` public in https://github.com/nagisa/rust_libloading/pull/139. You should be able to write your code with proper error handling in place shortly (once I release 0.8.2)

I'm happy to accept contributions, but overall this is handled through the more broadly applicable ecosystem tooling (tracing, profiling, etc.)

You still can have the previous behaviour Check out the manual-lifetime feature. Note though that unconditionally enabling Tracy may have other effects even if the traces are not being collected...