littledivy / autopilot-deno

:rocket: Cross-platform desktop automation module for Deno.
https://autopilot.mod.land
MIT License
492 stars 15 forks source link

FFI #41

Closed littledivy closed 3 years ago

littledivy commented 3 years ago

Plugins are dead. We need to move to FFI once passing buffer support is added. This module should still work up until Deno 1.12.2

nnmrts commented 3 years ago

Hey! Just found out plugins got removed in 1.13 after I wanted to try out autopilot.

I'm just curious, what is "passing buffer support" and where can I track it's progress?

Thanks!

littledivy commented 3 years ago

@nnmrts There is an open PR https://github.com/denoland/deno/pull/11648