mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
33c8d790c3
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.