1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/test_ffi
Bartek Iwańczuk 3faf75aa88
feat(ext/ffi): add support for buffer arguments (#12335)
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-06 00:27:05 +02:00
..
src feat(ext/ffi): add support for buffer arguments (#12335) 2021-10-06 00:27:05 +02:00
tests feat(ext/ffi): add support for buffer arguments (#12335) 2021-10-06 00:27:05 +02:00
Cargo.toml feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00
README.md feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00

test_ffi crate