deno/test_ffi
Elias Sjögreen 33c8d790c3
feat: ffi to replace plugins (#11152)
This commit removes implementation of "native plugins" and replaces
it with FFI API.

Effectively "Deno.openPlugin" API was replaced with "Deno.dlopen" API.
2021-08-06 23:28:10 +02:00
..
src feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
tests feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
Cargo.toml feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
README.md feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00

test_ffi crate