deno/test_ffi
Dj ad82918f56
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-08 09:28:10 +05:30
..
src feat(ext/ffi): structs by value (#15060) 2023-01-08 09:28:10 +05:30
tests feat(ext/ffi): structs by value (#15060) 2023-01-08 09:28:10 +05:30
Cargo.toml chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
README.md feat: ffi to replace plugins (#11152) 2021-08-06 23:28:10 +02:00

test_ffi crate