Kristupas Antanavicius
Kristupas Antanavicius
Do you think using `memcpy` instead of `for` loop is a separate issue or not?
Good point, I didn't check that.
Have you made any progress on this? I'm also investigating WASM JS bindings, and I'm gonna write my proposal for WASM JS implementation in this thread later this week.
I have made some experimentation, and here are my findings. Before proceeding with this idea, some feedback would be really helpful @mhammond @rfk ### Rationalization First of all, I have...
@bendk you are right, after digging into Rust scaffolding, it looks like it would be better to simply provide an alternate scaffolding implementation for WASM. I will investigate this further....
Hey @gyzerok, wasm bindings were deprioritized completely by the library team :( Due to small size of their library, and due to wasm limitations put on Rust code, it will...
Our Apple team is also interesting in something like this. They would like to use Swift Uniffi interface throughout their code base. However, they have their own interface naming convention,...
While I agree that proc-macors are generally superior to UDL, from my POV there are couple of exceptions: - UDL has proven quite valueable when supporting 4 different consumer teams...
@mhammond So, to summarize: - adding another FFI frontend would complicate the docs - adding another FFI frontend would make it more difficult to develop new features and raise the...