1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/extensions/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
..
00_ffi.js 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
lib.rs 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

deno_ffi

This crate implements dynamic library ffi.