mirror of
https://github.com/denoland/deno.git
synced 2025-01-31 11:49:31 -05: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.
3 lines
55 B
Markdown
3 lines
55 B
Markdown
# deno_ffi
|
|
|
|
This crate implements dynamic library ffi.
|