agent-rs
agent-rs copied to clipboard
Make our Rust Agent FFI friendly
A lot of languages we don't support at least have ffi support, so we should have a way to build the Rust Agent and link it with those languages.
See https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-06-rust-on-ios.html
This would give us Python, Swift, C/C++, Java, Go and other languages agents right out of the box, with minimal efforts. After that we can code those agents with more "native" concepts.
Sounds useful (at least for C-like languages ;-))