agent-rs icon indicating copy to clipboard operation
agent-rs copied to clipboard

Make our Rust Agent FFI friendly

Open hansl opened this issue 5 years ago • 3 comments

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.

hansl avatar Jun 14 '20 19:06 hansl

See https://mozilla.github.io/firefox-browser-architecture/experiments/2017-09-06-rust-on-ios.html

hansl avatar Jun 14 '20 19:06 hansl

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.

hansl avatar Jun 14 '20 20:06 hansl

Sounds useful (at least for C-like languages ;-))

nomeata avatar Jun 14 '20 20:06 nomeata