BorrowScript
BorrowScript copied to clipboard
Use FFI for consuming external libraries (Rust and C++)
Would be a great idea to use FFI to communicate with Rust and C++ libraries, like Deno does. This could be easy to use and easy to understand for beginners, depending of the implementation you choose.
WASM?
WASM FFI could actually be really cool; see https://wasmer.io/.
On Mon, Nov 15, 2021, 6:16 PM Marcus S. Abildskov @.***> wrote:
WASM?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alshdavid/BorrowScript/issues/42#issuecomment-969423902, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDQCMTAY2KW53CVXW4SDN3UMGID7ANCNFSM5IAHZZCA .
For sure, sounds like a great way to dynamically access external functionality - can follow a similar approach to Deno.
A WASM FFI would be very interesting for sure!