mirror of
https://github.com/denoland/deno.git
synced 2025-03-08 20:27:05 -05:00

This commit removes implementation of "native plugins" and replaces it with FFI API. Effectively "Deno.openPlugin" API was replaced with "Deno.dlopen" API.
55 B
55 B
deno_ffi
This crate implements dynamic library ffi.