1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/test_ffi
Dj 11b1e901ad feat(ext/ffi): structs by value (#15060)
Adds support for passing and returning structs as buffers to FFI. This does not implement fastapi support for structs. Needed for certain system APIs such as AppKit on macOS.
2023-01-13 11:20:13 -05:00
..
src feat(ext/ffi): structs by value (#15060) 2023-01-13 11:20:13 -05:00
tests feat(ext/ffi): structs by value (#15060) 2023-01-13 11:20:13 -05:00
Cargo.toml chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
README.md feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00

test_ffi crate