summaryrefslogtreecommitdiff
path: root/ext/ffi/00_ffi.js
AgeCommit message (Collapse)Author
2021-10-06feat(ext/ffi): add support for buffer arguments (#12335)Bartek IwaƄczuk
This commit adds support for passing buffer arguments across FFI boundary. Co-authored-by: eliassjogreen <eliassjogreen1@gmail.com> Co-authored-by: Bert Belder <bertbelder@gmail.com>
2021-10-05feat(ext/ffi): Non-blocking FFI (#12274)Divy Srivastava
2021-08-24feat(unstable): Support file URLs in Deno.dlopen() (#11658)Nayeem Rahman
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl