1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/runtime/ops
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
..
fs.rs chore: upgrade Rust to 1.54.0 (#11554) 2021-07-30 15:03:41 +02:00
fs_events.rs chore: use parking_lot for synchronization primitives to align with tokio (#11289) 2021-07-06 23:48:01 -04:00
http.rs refactor: deno_http op crate (#11335) 2021-07-12 12:44:49 +02:00
io.rs feat: Add "deno_net" extension (#11150) 2021-06-29 01:43:03 +02:00
mod.rs feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
os.rs feat(runtime): implement navigator.hardwareConcurrency (#11448) 2021-07-29 21:45:11 +02:00
permissions.rs feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
process.rs feat(unstable): clean environmental variables for subprocess (#11571) 2021-08-04 21:47:43 +02:00
runtime.rs cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530) 2021-05-08 14:37:42 +02:00
signal.rs fix(runtime/signal): use op_async_unref for op_signal_poll (#11097) 2021-06-25 13:15:35 +09:00
tty.rs chore: surface import map JSON parse error to user (#11573) 2021-08-03 15:29:12 -04:00
utils.rs chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
web_worker.rs feat: transfer MessagePort between workers (#11076) 2021-06-22 16:30:16 +02:00
worker_host.rs feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00