Ala'a M. Al-Hallaq
Ala'a M. Al-Hallaq
Python has a module named _ctypes. the module relays on library named libffi, I was trying to implement the same feature for gravity. this is an example how to use...
I embedded unqlite into my c# application, and from my c# call back function, an exception can be thrown that only c# can catch it. so on any exception thrown...
hello, I have been using ffmpeg for couple of years in my apps, and your library is extremely useful to simplify accessing ffmpeg functionalities. I need you to expose `avformat_seek_file`...
### Steps to reproduce the issue use any svg file that has an image tag as in the following link: https://drive.google.com/file/d/11vDTB7wA8-RU0XvrEd6-jHjX_qoUKjQR/view?usp=sharing note that the image has a shadow witch is...
currently I am trying to embed v8 into my application and you lib provided the most simple ABI, so thanks for the effort. but in my case I noticed a...
The only way to test this `at least for my current expertise in Rust` : - is by adding a print statement in drop impl for OwnedIsolate or a break...
Mpv have a robust, easy to use native api for registering custom protocol for reading custom stream using: ``` int mpv_stream_cb_add_ro( mpv_handle *ctx, const char *protocol, void *user_data, mpv_stream_cb_open_ro_fn open_fn...
Currently building a newly created flutter: `flutter create new_app` then add `flutter_rust_bridge` support: `flutter_rust_bridge_codegen integrate` then build for web: `flutter run -d web --wasm` produces all sort of issues.
### Motivation Wasmer is a great solution (for me) to reduce the complexity of embedding native libries in my flutter apps but using another tool; flutter rust bridge, which works...